ClimenteA/pyvan

Requirement.txt python module installation.

charisad opened this issue · 5 comments

Want to install the python modules in the requirement.txt? With this command, pip install --target /path/to/folder module. Where should I point the path to in the pydist folder?

It should pick up automatically the requirements if you run the pyvan command inside the folder where you have the script and you have next to your script (main.py/run.py/app.py or how you've named it) the requirements.txt file.

When I run the pyvan command I see all the modules in the requirements.txt file trying to be installed in the terminal then "Requirement already satisfied" for all the modules shows up. When I navigate to the Libs/site-packages I don't find them there.

Can you share a sample van.py script that works for me to see.

Thanks issue resolved