Skip to content

Commit

Permalink
Merge pull request #308 from riking/patch-3
Browse files Browse the repository at this point in the history
Add pull-update instructions to README
  • Loading branch information
codewarrior0 committed Apr 12, 2013
2 parents 445dd40 + 0080425 commit 75885f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,10 @@ Clone MCEdit:
```bash
git clone --recursive https://github.com/mcedit/mcedit
```
Or, if you've already cloned MCEdit in the past and need to update, go to the existing source folder:
```bash
git pull --recurse-submodules
```

Optionally (but highly recommended), setup and activate [virtualenv](http://pypi.python.org/pypi/virtualenv). virtualenv will simplify development by creating an isolated and barebones Python environment. Anything you install while virtualenv is active won't affect your system-wide Python installation, for example.

Expand Down

0 comments on commit 75885f3

Please sign in to comment.