https://github.com/inab/documentation-hub-dependencies
https://github.com/inab/documentation-hub-dependencies
documentation openebench
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inab/documentation-hub-dependencies
- Owner: inab
- License: apache-2.0
- Created: 2020-04-09T15:26:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:33:52.000Z (over 3 years ago)
- Last Synced: 2025-02-24T06:34:04.989Z (over 1 year ago)
- Topics: documentation, openebench
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: