Skip to content

Commit

Permalink
Add pandas to required packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed May 30, 2024
1 parent cf7799a commit e0d9ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ You may want to create a new Python virtual environment for the course, this can
<!-- conda create -n pando python
conda activate pando -->

The non-core Python packages required by the course are `pytest`, `snakeviz`, `line_profiler`, `numpy` and `matplotlib` which can be installed via `pip`.
The non-core Python packages required by the course are `pytest`, `snakeviz`, `line_profiler`, `numpy`, `pandas` and `matplotlib` which can be installed via `pip`.

```sh
pip install pytest snakeviz line_profiler[all] numpy matplotlib
pip install pytest snakeviz line_profiler[all] numpy pandas matplotlib
```

To complete some of the exercises you will need to use a text-editor or Python IDE, so make sure you have your favourite available.
Expand Down

0 comments on commit e0d9ebf

Please sign in to comment.