https://github.com/jerluc/fresca
A refreshing take on keeping your computer updated!
https://github.com/jerluc/fresca
Last synced: about 2 months ago
JSON representation
A refreshing take on keeping your computer updated!
- Host: GitHub
- URL: https://github.com/jerluc/fresca
- Owner: jerluc
- Created: 2022-12-12T04:56:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:57:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T13:27:10.498Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fresca
# Installation
# Developing
## Installation
```bash
# If you are using pyenv to manage your Python installation, this may be necessary
poetry env use -- $(which python)poetry install
```