sunset_simulator/README.md

25 lines
252 B
Markdown
Raw Normal View History

2024-10-18 04:15:25 +00:00
# map
ignore astropy test
to use the gui first
- set up the environment
- run the code
## environment setup
```
> python3 -m venv .venv
> venv\Scripts\activate
> pip install -r requirements.txt
```
## running the gui
```
> python app.py
```