Closed dkirkby closed 2 years ago
Since git: URIs no longer work, the intro should specify:
git:
git clone https://github.com/andreicuceu/vega.git
Also, the resulting package dir is vega, not Vega so the cd command should probably be updated.
vega
Vega
cd
Finally, if you would like to include instructions for a custom conda env, this worked for me:
conda create --name vega pip ipython jupyter jupyterlab ipykernel numpy scipy astropy numba h5py setuptools "iminuit>=2.0.0" cachetools matplotlib conda activate vega pip install mcfit
Addressed in 03a0f67. Thank you!
Since
git:
URIs no longer work, the intro should specify:Also, the resulting package dir is
vega
, notVega
so thecd
command should probably be updated.Finally, if you would like to include instructions for a custom conda env, this worked for me: