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 --yes
If on Linux instead of MACOSX, substitute
clang_osx-64
andclangxx_osx-64
withgcc_linux-64
andgxx_linux-64
. -
Activate the environment:
conda activate tutor_env
-
To run install:
bash setup.sh
-
Open the notebook:
jupyter notebook Waveform\ Generation.ipynb