From cc5986d4355bc83d538246ad8869436e16af2056 Mon Sep 17 00:00:00 2001 From: Khopa Date: Wed, 17 Jun 2020 13:48:33 +0200 Subject: [PATCH] Updated readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a59f8373..1c01717c 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,16 @@ and [Mist](https://github.com/mrSkortch/MissionScriptingTools) for mission scrip * [Getting Started](https://github.com/Khopa/dcs_liberation/wiki/Getting-started) * [Tutorials](https://github.com/Khopa/dcs_liberation/wiki/Tutorial-01-:-UI) + +## Development Guide (WIP) + +Develop is the main development branch which is updated regularly. +Master branch will be updated less regularly and on release on new version. + +Other branch might be used for feature development. + +**Note :** +If you have errors with pydcs object not being defined, please check that you have the latest version installed. Sometimes the dev branch will use an even more recent version of pydcs that has not been published yet, so you might want to download pydcs directly from the pydcs repository, and copy it in your Python (or virtual env) ./Libs/site-package directory. + + +