You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-dash/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ This folder contains the source code developed in the tutorial [Develop Data Vis
4
4
5
5
The folder [`avocado_analytics_3`](avocado_analytics_3/) shows the final state of the source code.
6
6
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`:
8
8
9
9
```console
10
10
(venv) $ python -m pip install dash pandas
11
11
```
12
12
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):
0 commit comments