Skip to content

Commit c2fac0b

Browse files
authored
Update README.md
1 parent f803dc6 commit c2fac0b

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,30 @@
99
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a)](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/stargazers)
1010
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/network)
1111

12-
Source code for the accompanying tutorial.
12+
![Pandas SQLAlchemy Tutorial](https://storage.googleapis.com/hackersandslackers-cdn/2019/08/pandas-sqlalchemy-databases@2x.jpg)
13+
14+
Easily drop data into Pandas from a SQL database, or upload your DataFrames to a SQL table. Tutorial found here: https://hackersandslackers.com/connecting-pandas-to-a-sql-database-with-sqlalchemy/
15+
16+
## Getting Started
17+
18+
Installation is recommended with Pipenv:
19+
20+
```shell
21+
$ git clone https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial.git
22+
$ cd pandas-sqlalchemy-tutorial
23+
$ pipenv shell
24+
$ pipenv update
25+
$ python3 main.py
26+
```
27+
28+
Alternatively, try installing via `setup.py`:
29+
30+
```shell
31+
$ git clone https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial.git
32+
$ cd pandas-sqlalchemy-tutorial
33+
$ python3 setup.py install
34+
$ python3 main.py
35+
```
36+
-----
37+
38+
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.

0 commit comments

Comments
 (0)