File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 8
8
9
9
Version: 0.9.2
10
10
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
+
11
21
==============================================================================
12
22
CONTENTS *pymode-contents*
13
23
You can’t perform that action at this time.
0 commit comments