Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damingerdai/pet-thounghts


https://github.com/damingerdai/pet-thounghts

Last synced: 19 days ago
JSON representation

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
```