pip install operator-learning
To 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
uv
following the installation instructions - Clone the repository
git clone [email protected]:pietronvll/operator_learning.git
- Open a terminal window in the
operator_learning
folder 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.