LILiK login and user managment web interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
139 B

  1. # build instructions
  2. ```bash
  3. virtualenv env --python=python3
  4. source env/bin/activate
  5. pip install -r requirements.txt
  6. python server.py
  7. ```