Updated Developer's Guide (markdown)

C. Perreau
2020-08-16 16:36:52 +02:00
parent 96f10174ae
commit cf8f8be14a

@@ -10,6 +10,7 @@ Before contributing to DCS Liberation, you should also maybe consider contributi
## Project history ## Project history
DCS Liberation was a project started in 2018 by shdwp, original repo is still available here : https://github.com/shdwp/dcs_liberation DCS Liberation was a project started in 2018 by shdwp, original repo is still available here : https://github.com/shdwp/dcs_liberation
The original UI was different, and the mission generation process was different as well from version 2.0+ The original UI was different, and the mission generation process was different as well from version 2.0+
## Required tools ## Required tools
@@ -21,12 +22,24 @@ When you install Python, make sure to install pip for dependencies management.
## Checkout the repository code with git ## Checkout the repository code with git
**master branch** : Should be even with current release version **Branches**
**develop branch** : Current version being worked on, might be unstable
* **master** : Should be even with current release version
* **develop** : Current version being worked on, might be unstable
## Installing dependencies ## Installing dependencies
pip install -r requirements.txt Run
```pip install -r requirements.txt```
In order to install required Python dependencies.
## Running from sources ## Running from sources
You can run DCS Liberation from source with this configuration: (Adapt it to your env)
![](https://imgur.com/xuVbJ2G.png)