(w.i.p.) A webapp to interact with pip in a python environment
- python 3.x
- node >= 10.15.x
Install server dependencies and set environment variables
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Install UI dependencies
$ cd ui
$ npm install
$ npm run build
The following assumes execution via command line. If using an IDE, configure the following via debug options.
$ ( from ui folder ) npm start
$ source bin/setup.sh
$ python -m flask run
server
$ pytest
UI (from ui
directory)
$ npm test