We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd5405 commit 67f28f9Copy full SHA for 67f28f9
1 file changed
README.md
@@ -5,7 +5,7 @@ A very basic sample repo demonstrating how to use `FastAPI` to serve HTML web ap
5
## quickstart
6
7
```
8
-# Create a virtual environment, and activate it
+# Create a virtual environment in your project folder, and activate it
9
$ python3 -m venv .env
10
11
# clone this repo:
0 commit comments