Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 343 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 343 Bytes

CharView Server

1. Setup environment

Create environment:

python3 -m venv env

Activate environment:

source env/bin/activate

2. Install dependencies

Install all dependencies specified in requirements.txt file:

pip install -r requirements.txt

3. Run server

Start server.py:

python server.py