forked from djib/PDMameUpdate
Detail how to use pipenv
This commit is contained in:
12
README.md
12
README.md
@ -6,6 +6,18 @@ versions are detected
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Installation
|
||||||
|
You need to rename `config.template.json` to `config.json` and modify it with the proper information.
|
||||||
|
|
||||||
|
You should have Python3 and a few libraries installed (see header in source code).
|
||||||
|
|
||||||
|
If you have `pipenv` installed, then you can do:
|
||||||
|
```shell
|
||||||
|
pipenv --three
|
||||||
|
pipenv install
|
||||||
|
pipenv run python3 PDMameUpdate.py
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```shell
|
```shell
|
||||||
usage: PDMameUpdate.py [-h] [-l] [-d] [-c]
|
usage: PDMameUpdate.py [-h] [-l] [-d] [-c]
|
||||||
|
Reference in New Issue
Block a user