Calvin Utils is a Python package that provides a set of utility functions for various tasks.
-
Git (Required)
https://git-scm.com/downloads
-
VSCode (Strongly Recommended)
https://code.visualstudio.com/download
-
VSCode Jupyter Extension (Strongly Recommended)
In VSCode extensions library (free)
-
Nimlab (Required)
https://github.com/nimlab/setup
You can also install the package directly from the GitHub repository:
-
Set directory
cd /path/to/where/i/want/to/install/to
-
Install
pip install git+https://github.com/Calvinwhow/calvin_utils.git
-
Clone the repository:
git clone https://github.com/Calvinwhow/calvin_utils.git
-
Navigate to the project directory:
cd /path/to/where/you/cloned/this/to
-
Install the package in editable mode:
pip install -e .