diff options
author | prathamesh | 2018-03-22 10:44:00 +0530 |
---|---|---|
committer | prathamesh | 2018-03-22 10:44:00 +0530 |
commit | 20005d5c2da05ed960681a5a2bdffe5410525e25 (patch) | |
tree | a5d9214581105b3847eef1f6b5ebb60e2a955af3 /tutorial_1_intro | |
parent | ada3a7315e182474e365b23438713fb290af7c97 (diff) | |
parent | 10819ce74ef113b65280f587ba231061b6fdae29 (diff) | |
download | learn_django-20005d5c2da05ed960681a5a2bdffe5410525e25.tar.gz learn_django-20005d5c2da05ed960681a5a2bdffe5410525e25.tar.bz2 learn_django-20005d5c2da05ed960681a5a2bdffe5410525e25.zip |
Merge branch 'master' into tutorial5
Diffstat (limited to 'tutorial_1_intro')
-rw-r--r-- | tutorial_1_intro/slide_1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial_1_intro/slide_1.md b/tutorial_1_intro/slide_1.md index 3f2231a..8b187ec 100644 --- a/tutorial_1_intro/slide_1.md +++ b/tutorial_1_intro/slide_1.md @@ -87,6 +87,7 @@ Slide 10 [00:12 | 01:27] --------------- **What is a virtual environment** + - Create 'isolated' environment - Does not require root access - Install Python packages from PyPI |