Removed unused pynpm package

This commit is contained in:
Joel Collins 2020-11-24 17:49:50 +00:00
parent f54684b460
commit 6819ded7ef
4 changed files with 15 additions and 29 deletions

View file

@ -14,11 +14,13 @@ This includes installing the server in a mode better suited for active developme
* `git clone https://gitlab.com/openflexure/openflexure-microscope-server.git`
* `poetry install`
* `poetry run build_static`
* Building the static interface will require a valid Node.js installation
* To build on a Raspberry Pi:
* `curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -`
* `sudo apt install nodejs`
* `cd openflexure_microscope/api/static`
* `npm install`
* `npm run build`
## Formatting and linting