General custom tools to work in scientific research using Python
This package can easily be installed using pip:
pip install pyvtoolsAn alternative installation that partially uses Anaconda would involve...
- First, install some Anaconda distribution, in case you do not have any: https://docs.anaconda.com/anaconda/install/
- Then, create an Anaconda environment with Python
conda create -n dev python
- Activate the environment
conda activate dev
- Then, install all required packages by running the
install.shscript:yes | . install.sh
- That's it! You're good to go :)
That second installation procedure is designed to be overly redundant, so please feel free to follow your own installation procedure.
Provided installation steps are only guaranteed to work in Ubuntu 24.04.
Valeria Pais - @vrpais - valeriarpais@gmail.com