Updated Developer's Guide (markdown)

Dan Albert 2021-06-20 15:17:49 -07:00
parent 1e4164fe7f
commit b16b44be9d

@ -32,14 +32,10 @@ The following instructions work for the git command line. If using the GitHub De
To get started with development, run:
```
git clone --recurse-submodules https://github.com/dcs-liberation/dcs_liberation.git
git clone https://github.com/dcs-liberation/dcs_liberation.git
```
This will automatically check out the develop branch. The `--recurse-submodules` flag ensures that our local copy of `pydcs` (a dependency we use) is also checked out. It is also a good idea to configure `git pull` to automatically update submodules. To do this, run:
```
git config --global submodule.recurse true
```
This will automatically check out the develop branch.
## Creating a Python virtual environment