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

https://github.com/inab/documentation-hub-dependencies


https://github.com/inab/documentation-hub-dependencies

documentation openebench

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Install
Requiers Python3 and pip
clone repo
```sh
git clone https://github.com/inab/documentation-hub-dependencies.git
```
#### Important
You need a github access [token]
create a file ```config.py``` in the folder and add your token
The file should look like this:
```py
#!/usr/bin/env python
token = "Paste github token here"
```
```sh
$ pip install -r requirements.txt
$ python main.py -h #help
```
[token]: