The only prerequisite is conda.
-
Clone the repo
git clone https://github.com/mikekatz04/LDC-waveform-generation-tutorial.git cd LDC-waveform-generation-tutorial -
Setup the
conda environment:conda create -n tutor_env -c conda-forge clang_osx-64 clangxx_osx-64 wget gsl fftw lapack=3.6.1 hdf5 numpy Cython scipy jupyter ipython matplotlib python=3.7 --yesIf on Linux instead of MACOSX, substitute
clang_osx-64andclangxx_osx-64withgcc_linux-64andgxx_linux-64. -
Activate the environment:
conda activate tutor_env -
To run install:
bash setup.sh -
Open the notebook:
jupyter notebook Waveform\ Generation.ipynb