https://github.com/ericglau/cairo-sample
https://github.com/ericglau/cairo-sample
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericglau/cairo-sample
- Owner: ericglau
- Created: 2022-05-12T18:49:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T18:50:10.000Z (about 4 years ago)
- Last Synced: 2025-02-09T02:15:44.190Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample
### Set up the project
#### Create a Python virtual environment
```bash
python3 -m venv env
source env/bin/activate
```
#### 📦 Install the requirements
```bash
pip install -r requirements.txt
nile install
```
### ⛏️ Compile
```bash
nile compile --directory src
```
### 🌡️ Test
```bash
# Run all tests
pytest tests
```
## 📄 License
**sample** is released under the [MIT](LICENSE).