Skip to content

Commit

Permalink
Fix/pypi auto release (#23)
Browse files Browse the repository at this point in the history
* fix: add basepath to setup.py file openers

* chore: update readme install instructions
  • Loading branch information
Saigesp authored Sep 4, 2023
1 parent 57cb8b0 commit 072186c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@ The supported languages depends on the service used:


## Install
1. Clone this repository.

1. Create a virtual environment.

1. Install dependencies:
```shell
pip install -r requirements.txt
pip install json-translate
```
1. To define the environmental variables, create an `.env` file in the root directory with the required variables, which will vary depending on the external service you will use:
```
Expand Down

0 comments on commit 072186c

Please sign in to comment.