Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*
-------------------------------------------------------------------------------

<p align="center">
<img width="150" height="150" src="https://vignette.wikia.nocookie.net/sqmegapolis/images/4/42/Warning-2-256.png/revision/latest?cb=20130403220740">
</p>

***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*

-----

Expand Down
10 changes: 10 additions & 0 deletions doc/pymode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down