Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions erbold/Try_Pip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Erbold's 'Try Pip' Assignment

-pip install Django: i installed Django
-pip list: shows me the programs that's already preprogrammed into pip it looks like
-pip install Django: installed already is what its showing
-pip freeze: freeze gives me the double equal sign
-pip freeze > requirements.txt: when i ls inside this file it just gives me a regular list
-pip uninstall Django: gave me a long section of code and then froze so i restarted Git Bash
-pip show Django: shows me the info about Django that i have on my machine
-pip search Flask: this file opens up a long line of text showing me the info about Flask