Refurbish setup.py script to make installation more convenient #6

Closed
opened 2021-03-30 08:36:50 +02:00 by sebastianw · 1 comment
Collaborator

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.

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.
Owner

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.

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.
Sign in to join this conversation.
No Milestone
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/pylot#6
No description provided.