diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-11 10:09:52 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-11 10:09:52 +0100 |
commit | fd5ce71911d415ba54cc34d24a895d0a8471ffa0 (patch) | |
tree | d5b34416dcc2eac9b5180a8841932ac547ec1b7c /README.md | |
parent | Updated README. (diff) | |
download | newspipe-fd5ce71911d415ba54cc34d24a895d0a8471ffa0.tar.gz newspipe-fd5ce71911d415ba54cc34d24a895d0a8471ffa0.tar.bz2 newspipe-fd5ce71911d415ba54cc34d24a895d0a8471ffa0.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -34,11 +34,8 @@ https://lists.sr.ht/~cedric/newspipe Newspipe is really easy to deploy. - -## Configure and install the application - Assuming you have already installed ``git``, ``npm``, ``poetry``, and -``Python >= 3.8``. +``Python >= 3.8`` (better to use [pyenv](https://github.com/pyenv/pyenv)). ```bash $ git clone https://git.sr.ht/~cedric/newspipe @@ -48,6 +45,7 @@ $ poetry install $ export Newspipe_CONFIG=sqlite.py $ poetry shell $ python manager.py db_create +$ python manager.py create_admin <nickname> <password> $ python runserver.py * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) ``` |