From 59222eaa4ef7ba1886d117c7a7e9f6f05e448cee Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 14 Oct 2021 07:53:12 +0200 Subject: chg: [documentation] Updated installation instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79112894..a2ad3873 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Assuming you have already installed ``git``, ``npm``, ``poetry``, and ```bash $ git clone https://git.sr.ht/~cedric/newspipe $ cd newspipe/ -$ npm install -$ poetry install +$ npm ci +$ poetry install --no-dev $ poetry shell $ pybabel compile -d newspipe/translations $ export NEWSPIPE_CONFIG=sqlite.py -- cgit