#1 Add requirements.txt to the project
Closed 4 years ago by jskladan. Opened 4 years ago by jskladan.

Please add a requirements.txt file to the project so the dependencies can be easily installed.

You can either use pip freeze > requirements.txt or list the deps manually.

Make sure the code works in a clean virtualenv (without system-site-packages) after installing the deps from requirements. txt (pip install -r requirements.txt)


Metadata Update from @lruzicka:
- Issue assigned to lruzicka

4 years ago

Metadata Update from @jskladan:
- Issue status updated to: Closed (was: Open)

4 years ago

Log in to comment on this ticket.

Metadata