pip install
## With source code
Firs you need to clone the repository (from cli/terminal, sourcetree, and so on). Then go into the folder and run this command.
python setup.py install
sokery run
# or
python -m sokery run
Once the service is running, you can access the interface by the common url:
http://localhost:4991
## Limiting the ports that can be used
sokery run -a 1500-1600,35101
# You can use ranges and alone ports
sokery run -l 35100,35101
- tornado
- requests