From d3c24d794344d3c0953a58cbbb3b4889464d5508 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 28 Jun 2017 08:15:42 +0200 Subject: Just testing pew in order to ease contributions. --- README.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 36748731..3522b7a1 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,25 @@ Test Newspipe on Heroku: It is important to specify an application name and the URL of your instance (*PLATFORM_URL*) through the Heroku form. +Contributions +------------- + +Contributions are welcome. If you want to contribute to Newspipe I highly +recommend you to install it in a Python virtual environment. For example: + + +.. code-block:: bash + + git clone https://github.com/newspipe/newspipe.git + cd newspipe/ + pew install 3.6.1 --type CPython + pew new --python=$(pew locate_python 3.6.1) -a . -r requirements.txt newspipe-dev + cp src/conf/conf.cfg-sample src/conf/conf.cfg + python src/manager.py db_create + npm install + python src/runserver.py + * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) + License ------- -- cgit