Skip to article frontmatterSkip to article content

To get started, make sure you have the necessary tools installed on your computer. You will need:

Windows users can install Python from the Microsoft Store.

Mac and Linux users can install Python using their package manager or download it from the official Python website: https://www.python.org/downloads/

Once you have Python installed, you can install the necessary libraries using pip. Open a terminal or command prompt and run the following command:

pip install jupyter pandas numpy matplotlib seaborn

Once you have the necessary tools installed, you can start exploring and wrangling biorepository data!