Install 'setuptools' including 'pip' and 'easy_install' in Python
If you are using setuptools or pip or easy_install, you can easily manage python packages.
I will give you an information about installing setuptools.
Acually, pip and easy_install are installed with setuptools simultaneously.
The install is like this.
1. Get the file 'get-pip.py' from https://pip.pypa.io/en/latest/installing.html
2. Then run the following
>>> python get-pip.py
Above three packages will be installed!
3. Add $PATH of windows system
C:\PythonXX\Scripts\
Thanks
Have Fun!
I will give you an information about installing setuptools.
Acually, pip and easy_install are installed with setuptools simultaneously.
The install is like this.
1. Get the file 'get-pip.py' from https://pip.pypa.io/en/latest/installing.html
2. Then run the following
>>> python get-pip.py
Above three packages will be installed!
3. Add $PATH of windows system
C:\PythonXX\Scripts\
Thanks
Have Fun!
댓글
댓글 쓰기