Skip to content

Commit c741dc8

Browse files
author
jmarlena
committed
changed formatting so it's easier to understand
1 parent bcec4d1 commit c741dc8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

en/django_installation/instructions.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,19 @@ It will look like this:
5252

5353
## Working with virtualenv
5454

55-
The command above will create a directory called `myvenv` (or whatever name you chose) that contains our virtual environment (basically a bunch of directory and files). All we want to do now is start it by running:
55+
The command above will create a directory called `myvenv` (or whatever name you chose) that contains our virtual environment (basically a bunch of directory and files).
56+
57+
#### Windows
58+
59+
Start your virtual environment by running:
5660

5761
C:\Users\Name\djangogirls> myvenv\Scripts\activate
5862

59-
on Windows, or:
63+
#### Linux and OS X
6064

61-
~/djangogirls$ source myvenv/bin/activate
65+
Start your virtual environment by running:
6266

63-
on OS X and Linux.
67+
~/djangogirls$ source myvenv/bin/activate
6468

6569
Remember to replace `myvenv` with your chosen `virtualenv` name!
6670

0 commit comments

Comments
 (0)