Skip to content

Commit 4f745a6

Browse files
authored
Update README.md
1 parent dc2c7d4 commit 4f745a6

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,28 @@
77
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/tableau-extraction.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/stargazers)
88
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/network)
99

10-
Source for the accompanying tutorial: <https://hackersandslackers.com/manage-files-in-google-cloud-storage-with-python/>
10+
Source for the accompanying tutorial: https://hackersandslackers.com/manage-files-in-google-cloud-storage-with-python/
11+
12+
## Getting Started
13+
14+
Installation is recommended with Pipenv:
15+
16+
```shell
17+
$ git clone https://github.com/hackersandslackers/googlecloud-storage-tutorial.git
18+
$ cd googlecloud-storage-tutorial
19+
$ pipenv shell
20+
$ pipenv update
21+
$ python3 main.py
22+
```
23+
24+
Alternatively, try installing via `setup.py`:
25+
26+
```shell
27+
$ git clone https://github.com/hackersandslackers/googlecloud-storage-tutorial.git
28+
$ cd googlecloud-storage-tutorial
29+
$ python3 setup.py install
30+
$ python3 main.py
31+
```
32+
-----
33+
34+
**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)