Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mio256/airrep
https://github.com/mio256/airrep
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mio256/airrep
- Owner: mio256
- Created: 2022-10-18T00:46:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T02:59:26.000Z (11 months ago)
- Last Synced: 2024-10-16T19:56:31.787Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# airrep
## venv
```
$ python3 -m venv venv
$ . ./venv/bin/activate
```## pip
```
$ python3 -m pip install --upgrade pip
$ pip install -r requirements.txt
```## main.py
```
$ python main.py
```