Correct npm instructions in readme scripts

This commit is contained in:
nolash 2021-04-08 16:37:48 +02:00
parent ed02b7635b
commit af6bf6f8cc
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -39,9 +39,9 @@ Install all requirements from the `requirements.txt` file:
`pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r requirements.txt`
If you are importing metadata, also do:
If you are importing metadata, also do ye olde:
`npm install cic-client-meta`
`npm install`
## HOW TO USE