Installation¶
Note
It is recommended to install AstraGeek inside a virtual environment to avoid dependency conflicts.
Setting up a virtual environment¶
Linux / macOS
python3 -m venv .venv
source .venv/bin/activate
Windows
python -m venv .venv
.venv\Scripts\activate
From PyPI¶
pip install astrageek
From source (GitHub)¶
git clone https://github.com/04Maksimka/AstraGeek.git
cd AstraGeek
pip install -e .