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
Using [pip](https://pypi.org/search/?q=pydatavolley) ([tutorial here](https://webdevwizardyt.com/how-to-install-pip-in-visual-studio-code-a-step-by-step-guide/)) for Python, you can download [pydatavolley](https://github.com/openvolley/pydatavolley).
You can reference the [Pandas Book](https://pandas.pydata.org/) for further research in data manipulation using Pands.
``` bash
pip install pydatavolley
pip install pandas
pip install numpy
```
## R packages
Using remotes in R, you can download [datavolley](https://github.com/openvolley/datavolley).
You can see all the [tidyverse packages](https://www.tidyverse.org/) and some of the learning tools available.