Text line to install commonly used python packages with pip for Windows cmd

First, you need to have python installed. You can download it from here.
Then, you need to have pip installed (a python package installer). You can do it with this command line (look for cmd if you don't know how):
python -m pip install -u pip

To install most common python packages (using pip), you can use this command line:

pip install numpy & pip install pandas & pip install scipy & pip install matplotlib & pip install sklearn & pip install sympy & pip install tensorflow & pip install keras

Or this more complete one:
pip install numpy & pip install pandas & pip install scipy & pip install matplotlib & pip install sklearn & pip install sympy & pip install tensorflow & pip install keras & pip install requests & pip install scrapy & pip install wxpython & pip install pillow & pip install sqlalchemy & pip install beautifulsoup & pip install twisted & pip install scipy & pip install pygame & pip install pyglet & pip install pygtk & pip install scapy & pip install pywin32 & pip install nltk & pip install nose & pip install sympy & pip install ipython




Comentarios