From 3f34d6376b9bd99f73e78a8cfdaf148c374122b4 Mon Sep 17 00:00:00 2001 From: Erbold Date: Mon, 30 Oct 2017 13:04:31 -0500 Subject: [PATCH] Added my Try Pip assignment for Python. --- erbold/Try_Pip.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 erbold/Try_Pip.txt diff --git a/erbold/Try_Pip.txt b/erbold/Try_Pip.txt new file mode 100644 index 0000000..1cd3fb7 --- /dev/null +++ b/erbold/Try_Pip.txt @@ -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 \ No newline at end of file