From de9585edba3d0aa507ee180d9c24cd3db7272038 Mon Sep 17 00:00:00 2001 From: Diego Rabatone Oliveira Date: Sat, 17 Mar 2018 09:15:38 -0300 Subject: [PATCH 1/2] Add a section about pymode versions on the README file. --- README.rst | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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* ----- From 2f3e5b4d0edf0c89a2bdb60e604a6fe17fbc471b Mon Sep 17 00:00:00 2001 From: Diego Rabatone Oliveira Date: Sat, 17 Mar 2018 09:16:02 -0300 Subject: [PATCH 2/2] Add a DISCLAIMER about pymode version on the documentation --- doc/pymode.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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*