pip install operator-learningTo develop this package I'm using uv, which is a modern and way faster package manager than conda. To get up and running, just follow these three steps:
- Install
uvfollowing the installation instructions - Clone the repository
git clone git@github.com:pietronvll/operator_learning.git
- Open a terminal window in the
operator_learningfolder just cloned, and install the dependencies by runninguv sync --dev
I use Visual Studio Code, which should automatically prompt you to use the virtual environment found in the operator_learning folder.