Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobil4sk/white-christmas
https://github.com/tobil4sk/white-christmas
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobil4sk/white-christmas
- Owner: tobil4sk
- Created: 2024-11-02T15:38:46.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T18:02:37.000Z (2 months ago)
- Last Synced: 2024-11-03T18:30:24.684Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# White Christmas
```sh
python -m venv .venv
```Then, source the `.venv/bin/activate` script or enable the virtual environment in vscode and restart the terminal, before installing the pip dependencies:
```sh
pip install -r requirements.txt
```