Skip to content

Commit

Permalink
fix python docs and added venv (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin authored Oct 29, 2023
1 parent a3cf5ab commit 4bcc43f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion websockets/chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Use two tabs to set up a proper conversation.
## Python Client using aiohttp

Client connects to server. Reads input from stdin and sends to server.
Fetch the needed python libraries `pip3 install --requirements requirements.txt`
Create a venv environment `python3 -m venv venv`
Launch venv environment `source ./venv/bin/activate`
Fetch the needed python libraries `pip3 install -r requirements.txt`
Then start client as `./client.py`


Expand Down

0 comments on commit 4bcc43f

Please sign in to comment.