Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 309 Bytes

star_navigation

Installation

Clone repo and submodule

git clone --recur https://github.com/albindgit/star_navigation.git

Create and activate virtual environment

cd star_navigation
python -m venv venv
. venv/bin/activate

Install package

pip install -e .
pip install -e starworlds