Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.08 KB

Running the tutorials

Running on cloud platforms

Google Colab: If you have a Google account, you can use Google Colab. This is an online service offered by Google that already contains many python packages. In the header of each notebook, you will find a link to the Google Colab version. Note that some notebooks require the installation of extra packages, in that case you will need to uncomment few lines on the notebook header. To run the notebooks on Colab, simply click on the Colab link in the header of each notebook.

Running in local

If you want to run the tutorials on your local computer you will need to install the required python packages. We suggest to follow the steps below

  • Download and install with conda the igwn-py38 environment from this page.

  • Activate the conda environment with

conda activate igwn-py38
  • Clone this repository with
git clone https://github.com/simone-mastrogiovanni/MaNiTou2022.git
  • You are ready to go!