Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levp/webcam-automation
https://github.com/levp/webcam-automation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/levp/webcam-automation
- Owner: levp
- Created: 2023-08-02T11:58:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-02T13:25:21.000Z (over 1 year ago)
- Last Synced: 2023-08-02T14:43:19.469Z (over 1 year ago)
- Language: Python
- Size: 5.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install Poetry
`curl -sSL https://install.python-poetry.org | python3.11 -`
https://python-poetry.org/docs/#installation
## Create project environment
`poetry env use python3.11`