diff --git a/README.rst b/README.rst index 0706f0c6..cf3be659 100644 --- a/README.rst +++ b/README.rst @@ -4,11 +4,27 @@ .. image:: https://travis-ci.org/python-mode/python-mode.png?branch=develop :target: https://travis-ci.org/python-mode/python-mode ------ -*The project needs contributors* +------------------------------------------------------------------------------- + +

+ +

+ +***Important***: From 2017-11-19 onwards python-mode uses submodules instead of +hard coding 3rd party libraries into its codebase. Please issue the command: +`git submodule update --init --recursive` +inside your python-mode folder. -** Python-mode Slack Channel is here: https://python-mode.herokuapp.com/ ** +If you are a new user please clone the repos using the recursive flag: +`git clone --recursive https://github.com/python-mode/python-mode` + +For clean and straightforward install instructions, please visit: +https://github.com/python-mode/python-mode#how-to-install + +------------------------------------------------------------------------------- + +*The project needs contributors* ----- diff --git a/doc/pymode.txt b/doc/pymode.txt index 1551f119..e5cc2806 100644 --- a/doc/pymode.txt +++ b/doc/pymode.txt @@ -8,6 +8,16 @@ Version: 0.9.2 +============================================================================== +DISCLAIMER: + python-mode is under heavy development. You are using our latest stable + release, which has some known bugs. We recommend you to use the latest + development version that can be found on the `develop` branch of our git + repository. + + For clean and straightforward install instructions, please visit: + https://github.com/python-mode/python-mode#how-to-install + ============================================================================== CONTENTS *pymode-contents*