An open API service indexing awesome lists of open source software.

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

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

```