Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanildo Barauna de Souza Junior committed May 14, 2024
1 parent ddafc52 commit d0eb189
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ In summary, this project provides a complete solution for collecting, processing
2. Create a virtual environment and install dependencies:
```sh
$ cd ETL-awesome-api
$ python -m venv venv
$ source venv/bin/activate # On Windows use `venv\Scripts\activate`
$ python -m venv .venv
$ source .venv/bin/activate # On Windows use `venv\Scripts\activate`
$ .venv/bin/python -m pip install --upgrade pip # Optional, but recommended`
$ echo "SERVER_URL=https://economia.awesomeapi.com.br" > .env # Create enviroment variable for server URL`
$ pip install -r requirements.txt
```

Expand Down

0 comments on commit d0eb189

Please sign in to comment.