==============================
What worked:
------------------
- download the module
- Extract and go into the directory
- sudo python path.py install
What did not work:
-------------------------
- easy_install path.py
Reference
PIP:
==============================
PIP:
==============================
- download get_pip.py
- python get_pip.py
- pip install -r requirements.txt
- inside requirements.txt you can write the list of packages you want to install with pip command, eg, pip install tensorboardX, pip install matplotlib>=1.5, etc
===============================
No comments:
Post a Comment