Refurbish setup.py
script to make installation more convenient
#6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The most annoying problem with PyLoT is the installation. It takes ages to install PyLoT to a new system. If the dependencies were resolved by the
setup.py
script the task of installing would become much more fluent.Using setup.py of the setuptools project is deprecated. The easiest way to get PyLoT running is by creating a python environment with Anaconda using pylot.yml or requirements.txt.
If an automatic installation routine is still desired we should maybe have a look at the "build" package.