13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
# Henry Pump POC Web Interface
|
|
|
|
## Installation
|
|
1. Install Python 3 & venv with `sudo apt-get install python3 python3-venv`
|
|
|
|
2. From the root of the POC-Java-www directory, run `python3 -m venv env` to create the virtual environment.
|
|
|
|
3. Update the install of pip `env/binpip install --upgrade pip setuptools`
|
|
|
|
4. Install the python module `env/bin/pip install .`
|
|
|
|
5. Test the web server `env/bin/pserve production.ini`
|