Skip to content

Commit 06dacd9

Browse files
authored
Update README.md
1 parent daeae8a commit 06dacd9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,27 @@
1111
![Flask-WTF Tutorial](https://res-1.cloudinary.com/hackers/image/upload/q_auto:best/v1/2019/11/flask-wtforms.jpg)
1212

1313
Source code for the accompanying tutorial found here: https://hackersandslackers.com/guide-to-building-forms-in-flask/
14+
15+
## Getting Started
16+
17+
Installation is recommended with Pipenv:
18+
19+
```shell
20+
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
21+
$ cd django-intro-tutorial
22+
$ pipenv shell
23+
$ pipenv update
24+
$ python3 main.py
25+
```
26+
27+
Alternatively, try installing via `setup.py`:
28+
29+
```shell
30+
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
31+
$ cd django-intro-tutorial
32+
$ python3 setup.py install
33+
$ python3 main.py
34+
```
35+
-----
36+
37+
**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)