From cf8f8be14adf2e64b4b92770147f85d2e4b049b9 Mon Sep 17 00:00:00 2001 From: "C. Perreau" Date: Sun, 16 Aug 2020 16:36:52 +0200 Subject: [PATCH] Updated Developer's Guide (markdown) --- Developer's-Guide.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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) + + +