Skip to content

Commit e8078d5

Browse files
committed
Update the Requirements ReadMe
1 parent cdbc76a commit e8078d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

help_docs/requirements_installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Installation Instructions for Python, pip, brew, git, and virtualenv (or virtualenvwrapper)
1+
## Installation instructions for Python, pip, brew, git, virtualenv, and virtualenvwrapper
22

33

44
### [Python 2.7](https://www.python.org/downloads/)
@@ -11,7 +11,7 @@ If you're a WINDOWS user, [download the latest 2.* version from here](https://ww
1111

1212
If "pip" did not come with your Python installation, you can [GET PIP HERE](https://pip.pypa.io/en/latest/installing/).
1313

14-
On a Mac, you can also install pip easily with the following command:
14+
On a MAC, you can also install pip easily with the following command:
1515
```bash
1616
sudo easy_install pip
1717
```
@@ -37,17 +37,17 @@ brew install git
3737

3838
(WINDOWS users: Skip the Homebrew part and [download Git here](http://git-scm.com/downloads).)
3939

40-
### [Virtualenv](http://virtualenv.readthedocs.org/en/latest/) or [Virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/)
40+
### [VirtualEnv](http://virtualenv.readthedocs.org/en/latest/) and [VirtualEnvWrapper](http://virtualenvwrapper.readthedocs.org/en/latest/)
4141

42-
(Note: ``virtualenvwrapper`` makes things much easier, but install ``virtualenv`` first.)
42+
(NOTE: Virtual environments allow each your Python projects to have a unique set of packaged dependencies.)
4343

44-
Mac:
44+
MAC:
4545
```bash
4646
sudo easy_install --upgrade virtualenv
4747
sudo easy_install --upgrade virtualenvwrapper
4848
```
4949

50-
Windows:
50+
WINDOWS:
5151
```bash
5252
pip install --upgrade virtualenv
5353
pip install --upgrade virtualenvwrapper-win

0 commit comments

Comments
 (0)