add readme
This commit is contained in:
parent
0ca541bcf3
commit
1e20814685
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Reference in a new issue