Skip to content

Commit d4660a8

Browse files
authored
Update README.md
1 parent 1371aac commit d4660a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ $ pipenv update
3737
$ python3 main.py
3838
```
3939

40+
**Installation via [Poetry](https://python-poetry.org/)**:
41+
42+
```shell
43+
$ git clone https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial.git
44+
$ cd pandas-sqlalchemy-tutorial
45+
$ poetry shell
46+
$ poetry update
47+
$ poetry run
48+
```
49+
4050
## Usage
4151

4252
Replace the values in **.env.example** with your values and rename this file to **.env**:

0 commit comments

Comments
 (0)