5
0
Fork 0
mirror of https://github.com/chaosz0ne/spaceapi.git synced 2024-06-01 22:16:22 +02:00

Update README.md

This commit is contained in:
Daniel Havlik 2020-11-26 11:21:54 +01:00 committed by GitHub
parent aacd477aaa
commit e863d8d153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,7 @@ space status of chaoszone
## how to use ## how to use
```bash
python3 -m venv . python3 -m venv .
bin/python generate.py bin/python generate.py
```