Skip to content

Commit d0eb189

Browse files
author
Ivanildo Barauna de Souza Junior
committed
Update Readme
1 parent ddafc52 commit d0eb189

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ In summary, this project provides a complete solution for collecting, processing
4040
2. Create a virtual environment and install dependencies:
4141
```sh
4242
$ cd ETL-awesome-api
43-
$ python -m venv venv
44-
$ source venv/bin/activate # On Windows use `venv\Scripts\activate`
43+
$ python -m venv .venv
44+
$ source .venv/bin/activate # On Windows use `venv\Scripts\activate`
45+
$ .venv/bin/python -m pip install --upgrade pip # Optional, but recommended`
46+
$ echo "SERVER_URL=https://economia.awesomeapi.com.br" > .env # Create enviroment variable for server URL`
4547
$ pip install -r requirements.txt
4648
```
4749

0 commit comments

Comments
 (0)