Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damingerdai/pet-thounghts
https://github.com/damingerdai/pet-thounghts
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damingerdai/pet-thounghts
- Owner: damingerdai
- Created: 2024-06-30T07:54:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T05:59:11.000Z (6 months ago)
- Last Synced: 2024-07-08T13:57:41.537Z (6 months ago)
- Language: C++
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pet thoughts
copy from [PetThoughts](https://github.com/liu-ziting/PetThoughts)
## get start
create virutal evniroment
```bash
# macos, linux
python -m venv .venv# windows
python -m venv .\.venv\
···active virutal evniroment
```bash
source .venv/Scripts/activate
```install denpencies
```bash
pip install -r requirements.txt
```run
```bash
python main.py
```