Install the following tools before moving on to the installation chapter.
- pyenv: https://github.com/pyenv/pyenv
- poetry: https://python-poetry.org/
After you installed the requirements, run the following commands on your workspace
:
pyenv install 3.11.3
pyenv global 3.11.3
git clone "https://github.com/SKYnSPACE/dronesim-python"
cd ./dronesim-python
poetry install
Suppose {$workspace}
is the folder where you cloned the git repository.
cd {$workspace}/dronesim-python/dronesim_python
poetry shell
python main.py