-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpip practice.rtf
More file actions
36 lines (34 loc) · 1.62 KB
/
pip practice.rtf
File metadata and controls
36 lines (34 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fmodern Lucida Console;}{\f1\fnil\fcharset0 Calibri;}}
{\colortbl ;\red0\green0\blue255;}
{\*\generator Riched20 6.3.9600}\viewkind4\uc1
\pard\sa200\sl276\slmult1\f0\fs18\lang9\par
\f1\fs22 pip install Django\b\par
\tab Installs the Django package through the pip package handler\par
pip list\par
\tab Lists all the installed packages and their versions\par
pip install Django\par
\tab says : Requirement already satisfied (use --upgrade to upgrade): Django in c:\\users\\....\par
pip uninstall Django\par
\tab Asks 'Proceed (y/n)?. Likely if to go ahead or cancel witht he uninstallation.\par
pip freeze\par
\tab differs from list, as this lists packages in "requirements format." Maybe needed for virtual environments\par
pip freeze > requirements.txt\par
\tab creates a file with the printout of the command line list\par
pip show Django\par
\tab ---\par
\pard\li720\sa200\sl276\slmult1 Metadata-Version: 2.0\par
Name: Django\par
Version: 1.11.5\par
Summary: A high-level Python Web framework that encourages rapid development and\par
clean, pragmatic design.\par
Home-page: {{\field{\*\fldinst{HYPERLINK https://www.djangoproject.com/ }}{\fldrslt{https://www.djangoproject.com/\ul0\cf0}}}}\f1\fs22\par
Author: Django Software Foundation\par
Author-email: foundation@djangoproject.com\par
License: BSD\par
Location: c:\\users\\kkps\\appdata\\local\\enthought\\canopy\\user\\lib\\site-packages\par
Requires: pytz\par
\pard\sa200\sl276\slmult1 Shows Django top level data\par
pip search Flask\par
\tab Shows available flask extensions/libraries\b0\par
}