Skip to content

Commit de9585e

Browse files
committed
Add a section about pymode versions on the README file.
1 parent ed80fde commit de9585e

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-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

0 commit comments

Comments
 (0)