Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 402 Bytes

wand

Install

Create a clean conda environment and install the dependencies:

conda create -n wand python=3.11
conda activate wand

clone the repository and install the package:

git clone [email protected]:winter-telescope/wand.git
cd wand
pip install -e .
python -m ipykernel install --user --name=wand

Usage

You can trigger a ToO by following the numbered notebooks.