Skip to content

Commit f94b0d7

Browse files
authored
Merge pull request #865 from diraol/fix-master-README
Add information about python-mode versions/updates on the master branch.
2 parents ed80fde + 2f3e5b4 commit f94b0d7

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

README.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
44
.. image:: https://travis-ci.org/python-mode/python-mode.png?branch=develop
55
:target: https://travis-ci.org/python-mode/python-mode
66

7-
-----
87

9-
*The project needs contributors*
8+
-------------------------------------------------------------------------------
9+
10+
<p align="center">
11+
<img width="150" height="150" src="https://vignette.wikia.nocookie.net/sqmegapolis/images/4/42/Warning-2-256.png/revision/latest?cb=20130403220740">
12+
</p>
13+
14+
***Important***: From 2017-11-19 onwards python-mode uses submodules instead of
15+
hard coding 3rd party libraries into its codebase. Please issue the command:
16+
`git submodule update --init --recursive`
17+
inside your python-mode folder.
1018

11-
** Python-mode Slack Channel is here: https://python-mode.herokuapp.com/ **
19+
If you are a new user please clone the repos using the recursive flag:
20+
`git clone --recursive https://github.com/python-mode/python-mode`
21+
22+
For clean and straightforward install instructions, please visit:
23+
https://github.com/python-mode/python-mode#how-to-install
24+
25+
-------------------------------------------------------------------------------
26+
27+
*The project needs contributors*
1228

1329
-----
1430

doc/pymode.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
Version: 0.9.2
1010

11+
==============================================================================
12+
DISCLAIMER:
13+
python-mode is under heavy development. You are using our latest stable
14+
release, which has some known bugs. We recommend you to use the latest
15+
development version that can be found on the `develop` branch of our git
16+
repository.
17+
18+
For clean and straightforward install instructions, please visit:
19+
https://github.com/python-mode/python-mode#how-to-install
20+
1121
==============================================================================
1222
CONTENTS *pymode-contents*
1323

0 commit comments

Comments
 (0)