Skip to content
Discussion options

You must be logged in to vote

Installing from GitHub Source

Since this is packaged for PyPI, if you want to work on your own source branch, after cloning from github you would:

pip install --upgrade pip
pip install setuptools
pip install build
source rebuild.sh

from the root directory. This installs a build chain and a local editable copy of Not1MM.

There's two ways to launch the program from the local editable copy.

You can either be in the root of the source directory and type:

python not1mm

or be in some other directory and just type:

not1mm

If you plan on contributing back your changes

Not1MM is an open-source project and we welcome contributions from the community.

If you'd like to contribute, please fork the rep…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by microphonon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants