Skip to content

Commit

Permalink
Language Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaweles authored Nov 4, 2024
1 parent 0767346 commit e99d93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-concurrency/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Speed Up Your Python Program With Concurrency

Corresponding code to the Real Python tutorial, [Speed up your Python Program with Concurrency](https://realpython.com/python-concurrency/).
This folder contains the sample code for the [Speed Up Your Python Program With Concurrency](https://realpython.com/python-concurrency/) tutorial.

First, create and activate a [virtual environment](https://realpython.com/python-virtual-environments-a-primer/) to use this code. Then, install the required libraries into it:
To use this code, first create and activate a [virtual environment](https://realpython.com/python-virtual-environments-a-primer/). Then, install the required libraries into it:

```sh
$ python -m venv venv/
Expand Down

0 comments on commit e99d93c

Please sign in to comment.