Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerluc/fresca
A refreshing take on keeping your computer updated!
https://github.com/jerluc/fresca
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:57:09.000Z (over 1 year ago)
- Last Synced: 2024-11-05T20:41:32.946Z (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
```