라벨이 install인 게시물 표시

Installing python modules using pip in Windows

Today I am going to post about installing python modules such as setuptools, pytz, and six using pip ! If the environment variable of 'C:\python27' are not set, go to the folder of C:\python27. If you are using powershell, it is like below PS C:\Python27> For example, install six module PS C:\Python27> .\python.exe -m pip install six If you want to upgrade this module PS C:\Python27> .\python.exe -m pip install --upgrade six Thanks !

How to install 'Scipy' using Anaconda of Python in Windows environment

이미지
First, visit the website of 'scipy.org' And then go to Install! (Left-Top direction) In this post, we will use the Anaconda server! click Anaconda link in the middle of page! From this page, you can download the Scipy package by clicking the button Finally, just double click the .exe file and follow the instructions after downloading the installer! Thanks! Have Fun!