Skip to content

Commit c10f82b

Browse files
authored
update readme
changed backend-exercise to flask-exercise
1 parent 1cc793c commit c10f82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then, clone this repository (click the green button saying "Clone or Download",
4949

5050
```
5151
$ git clone <url>
52-
$ cd backend-exercise
52+
$ cd flask-exercise
5353
```
5454

5555
Then, setup your virtual environment and install the python dependencies required to run this app. We use pipenv, which automatically sets everything up, given a Pipfile and Pipfile.lock. Pipfile uses virtualenv, which is a virtual Python environment isolated from other Python projects, incapable of interfering with or being affected by other Python programs on the same machine. You are thus capable of running different versions of the same package or even different python versions.

0 commit comments

Comments
 (0)