mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Developer's Guide (markdown)
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user