2. InstallΒΆ
Download the code and use setup.py to install the code using setuptools
python module
$ python setup.py install --user
for python3
$ python3 setup.py install --user
the code will be installed as a python module. To check that it is properly installed you can run the python interpret and execute
import symeess