|
4 | 4 | ..image::https://travis-ci.org/python-mode/python-mode.png?branch=develop
|
5 | 5 | :target:https://travis-ci.org/python-mode/python-mode
|
6 | 6 |
|
7 |
| ------ |
8 | 7 |
|
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. |
10 | 18 |
|
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* |
12 | 28 |
|
13 | 29 | -----
|
14 | 30 |
|
|