You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-15Lines changed: 22 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,18 @@ _P.S. `master` branch is empty and has only this `README.md` file_
5
5
6
6
## Table of Contents
7
7
-[Status Updates](#status-updates)
8
+
-[Day 1](#day-1)
9
+
-[Day 2](#day-2)
10
+
-[Day 3](#day-3)
11
+
-[Day 4](#day-4)
12
+
-[Day 5](#day-5)
13
+
-[Day 6](#day-6)
8
14
-[Installation](#installation)
9
15
-[Resources](#resources)
10
16
11
17
## Status Updates
12
-
-[learn/pipenv-pipfile - Pipenv and Pipfile](https://github.com/TechPrimers/python-playground/tree/learn/pipenv-pipfile)
13
-
- Day 1 - March 25th, 2020
14
-
## Day 1
18
+
From March 25th, 2020
19
+
### Day 1
15
20
-`pipenv install` - Similar to `npm install`. Creates 2 files `Pipfile` and `Pipfile.lock` similar to `package-lock.json` in the javascript world with dependencies based on `requirements.txt`
16
21
-`pipenv shell` - Activates the virtual environment. Much simpler than `virtualenv`
17
22
- Once the shell is activated, run `python3 hello.py` to bring the Flask app UP!!
@@ -34,19 +39,21 @@ _P.S. `master` branch is empty and has only this `README.md` file_
34
39
- If a package has `__init__.py`, it becomes a module
0 commit comments