add setup

This commit is contained in:
2019-02-12 17:26:30 +01:00
parent b39878d625
commit e6eb7c31a9
7 changed files with 90 additions and 0 deletions

20
README Normal file
View File

@@ -0,0 +1,20 @@
* Install
Install in "development mode" so any change of the program is effective.
Note: For system wide (global) installation log in as root or use sudo for example.
For local (user) installation the local path must be in the PYTHONPATH environment variable.
Typically $HOME/.local/lib/pythonX.Y/site-packages
' pip install -e .
or
' pip install --user -e .
or
' python -m pip install -e .
or
' easy_install --prefix=$HOME/.local -e .
or
' pip install --install-option="--prefix-$HOME/.local" -e .
* Uninstall
pip uninstall mechanics