Skip to content

Commit a778c47

Browse files
authored
README LE
1 parent f133d52 commit a778c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-dash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This folder contains the source code developed in the tutorial [Develop Data Vis
44

55
The folder [`avocado_analytics_3`](avocado_analytics_3/) shows the final state of the source code.
66

7-
The tutorial uses [`dash`](https://pypi.org/project/dash/) and [`pandas`](https://pypi.org/project/pandas/). You can install these packages by [creating and activating a virtual environment](https://realpython.com/python-virtual-environments-a-primer/) and then running pip:
7+
The tutorial uses [`dash`](https://pypi.org/project/dash/) and [`pandas`](https://pypi.org/project/pandas/). You can install these packages by [creating and activating a virtual environment](https://realpython.com/python-virtual-environments-a-primer/) and then running `pip`:
88

99
```console
1010
(venv) $ python -m pip install dash pandas
1111
```
1212

13-
Alternatively, You can get an environment with the exact same versions of dependencies as used in the tutorial by installing from [`requirements.txt`](requirements.txt):
13+
Alternatively, You can get an environment with the exact same versions of dependencies as the tutorial by installing from [`requirements.txt`](requirements.txt):
1414

1515
```console
1616
(venv) $ python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)