Skip to content

Commit 10edd6f

Browse files
docs: Update Readme
1 parent 92d602f commit 10edd6f

File tree

1 file changed

+7
-42
lines changed

1 file changed

+7
-42
lines changed

README.md

+7-42
Original file line numberDiff line numberDiff line change
@@ -79,59 +79,24 @@ In summary, "Awesome Project: ETL Process for Currency Quotes Data" offers a rob
7979
<summary>How to run the application locally</summary>
8080

8181
## Step by Step
82-
1. Clone the repository:
82+
83+
Ensure Python 3.9 or higher is installed on your machine
84+
85+
- Clone the repository:
8386
```sh
8487
$ git clone https://github.com/IvanildoBarauna/ETL-awesome-api.git
8588
```
86-
87-
<details>
88-
<summary>Using virtual environment (Native Python)</summary>
89-
Ensure Python 3.9 or higher is installed on your machine
90-
89+
- Go to directory
9190
```sh
9291
$ cd ETL-awesome-api
93-
$ python -m venv .venv
94-
$ source .venv/bin/activate # On Windows use `venv\Scripts\activate`
95-
$ .venv/bin/python -m pip install --upgrade pip
96-
$ pip install -e .
97-
$ python etl/run.py
98-
```
99-
100-
Learn more about [venv module in python](https://docs.python.org/pt-br/3/library/venv.html)
101-
102-
</details>
103-
104-
<details>
105-
<summary>Using Docker</summary>
106-
Ensure Docker is installed on your machine
107-
108-
[`Dockerfile`](https://github.com/IvanildoBarauna/ETL-awesome-api/tree/main/Dockerfile)
109-
110-
```sh
111-
$ docker build -t etl-awesome-api . && docker run etl-awesome-api
112-
```
113-
114-
Or:
115-
116-
[`docker-compose`](https://github.com/IvanildoBarauna/ETL-awesome-api/tree/main/docker-compose.yml)
117-
118-
```sh
119-
$ docker-compose up --build
12092
```
121-
122-
Learn more about [docker](https://docs.docker.com/)
123-
124-
</details>
125-
126-
- Or use Poetry
93+
- Install dependencies and execute project
12794

12895
```sh
12996
$ poetry install && poetry run python etl/run.py
13097
```
13198

132-
Learn more about [`poetry`](https://python-poetry.org/)
133-
134-
</details>
99+
Learn more about [`poetry`](https://python-poetry.org/)
135100

136101
## ETL and Data Analysis Results:
137102

0 commit comments

Comments
 (0)