diff --git a/Developer's-Guide.md b/Developer's-Guide.md index ba11886..aa5532b 100644 --- a/Developer's-Guide.md +++ b/Developer's-Guide.md @@ -10,6 +10,7 @@ Before contributing to DCS Liberation, you should also maybe consider contributi ## Project history 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+ ## Required tools @@ -21,12 +22,24 @@ When you install Python, make sure to install pip for dependencies management. ## Checkout the repository code with git -**master branch** : Should be even with current release version -**develop branch** : Current version being worked on, might be unstable +**Branches** + +* **master** : Should be even with current release version +* **develop** : Current version being worked on, might be unstable ## Installing dependencies -pip install -r requirements.txt +Run + +```pip install -r requirements.txt``` + +In order to install required Python dependencies. ## Running from sources +You can run DCS Liberation from source with this configuration: (Adapt it to your env) + +![](https://imgur.com/xuVbJ2G.png) + + +