Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.18 KB

Buildprint

Objectives:

Contributing

Run interpretively,

./buildprint/__main__.py

Install locally

Install the package directly,

python setup.py install --user

Build and install locally

python setup.py sdist
pip install dist/*.tar.gz

Or alternatively,

pip install -e .

Note, it's unclear if either of these cythonize the package.