Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 6ada805

Browse files
authored
Fix path in getting_started
1 parent 2ac4557 commit 6ada805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ If you don't use conda (see above), create a virtual environment::
6565

6666
Install ``aiohttp`` in the virtual environment::
6767

68-
venv/bin/python -m pip install -U aiohttp
68+
./venv/bin/python -m pip install -U aiohttp
6969

0 commit comments

Comments
 (0)