Skip to content

Installation

Install via pip:

pip install athenaos

Install via GitHub:

pip install git+https://github.com/wgryc/athena-os.git

If you are cloning the repo and installing from local source, run the following: pip install -e . or pip install -e ".[dev]" to run tests.