- pip
Preferred Installer Packages, is a package-management system written in Python used to install and manage software packages.
- pip search
Search the library.
- pip list
- pip freeze
Show the installed libraries.
- pip install python==2.3.0
Install specific version of package.
- pip show
'Basic Python' 카테고리의 다른 글
@ (0) | 2021.11.15 |
---|---|
itertools.islice, chain, isinstance (0) | 2021.05.25 |
super, classmethod, abstractmethod, entity (0) | 2021.05.24 |
update, islower, if in, abs, reverse, pprint, add, discard, union, intersection, symmetric_difference, issubset, issuperset, isdisjoint, enumerate (0) | 2021.05.18 |
datetime, timedelta, strftime, sleep, random.randint, zfill, format (0) | 2021.05.17 |