https://github.com/pascal-brand38/pyhelper
Helper function for Python
https://github.com/pascal-brand38/pyhelper
Last synced: about 2 months ago
JSON representation
Helper function for Python
- Host: GitHub
- URL: https://github.com/pascal-brand38/pyhelper
- Owner: pascal-brand38
- License: mit
- Created: 2022-08-16T16:47:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:36:50.000Z (over 1 year ago)
- Last Synced: 2024-03-14T22:19:35.036Z (about 1 year ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
## Installation with all dependencies
```
curl -L https://raw.githubusercontent.com/pascal-brand38/pyHelper/main/install.sh > /tmp/install.sh
source /tmp/install.sh
```## Installation when the system dependencies are there
```
pip install git+https://github.com/pascal-brand38/pyHelper.git```