how to install python packages in local directory

24

pip3 install <your_python_module_name> -t lib/

Comments

Submit
0 Comments