|
@@ -5,19 +5,19 @@ Use at your own risk.
|
|
|
## Install
|
|
|
The following steps can be used to install the package with pip:
|
|
|
|
|
|
-- clone the repository: `git clone git@github.com:jjoo914/rival_regions_wrapper.git`
|
|
|
+- clone the repository: `git clone git@github.com:joostsijm/rival_regions_wrapper.git`
|
|
|
- use pip to install the package: `pip install rival_regions_wrapper`
|
|
|
|
|
|
Alternative option:
|
|
|
|
|
|
-- run `pip install git+https://github.com/jjoo914/rival_regions_wrapper#egg=rival_regions_wrapper`
|
|
|
+- run `pip install git+https://github.com/joostsijm/rival_regions_wrapper#egg=rival_regions_wrapper`
|
|
|
|
|
|
The package should be available globaly.
|
|
|
|
|
|
### Pipenv
|
|
|
When you want to add the package to a Pipfile, use the folowing command:
|
|
|
```
|
|
|
-pipenv install -e git+https://github.com/jjoo914/rival_regions_wrapper#egg=rival_regions_wrapper
|
|
|
+pipenv install -e git+https://github.com/joostsijm/rival_regions_wrapper#egg=rival_regions_wrapper
|
|
|
```
|
|
|
|
|
|
## Testing
|