Update index.md (#30805)

pull/35773/head^2
John Close 2019-05-23 23:06:50 -04:00 committed by Tom
parent 009088a2ca
commit d439d9f385
1 changed files with 7 additions and 0 deletions

View File

@ -67,3 +67,10 @@ For example, we could create the file `requirements.txt` and its content:
Should install all the modules listed on the file. Should install all the modules listed on the file.
If you need to know which packages you have installed (along with their versions) you
can use the list command:
pip list
This will come in handy when installing packages with prerequisites such as torch or tensorflow.