byymster / telium

MIT License
0 stars 0 forks source link

Telium

Installation

Run pip install telium

Usage

Run telium in the terminal after installation. Type help to see the list of commands.

For development

  1. Create virtual environment python3 -m venv venv
  2. Activate virtual environment source venv/bin/activate
  3. Install requirements pip install -r requirements.txt -r requirements-dev.txt
  4. Export env variable export PYTHONPATH=$PWD:$PYTHONPATH
  5. Add pre-commit hooks pre-commit install