andreicuceu / vega

GNU General Public License v3.0
9 stars 5 forks source link

Update intro doc #111

Closed dkirkby closed 2 years ago

dkirkby commented 2 years ago

Since git: URIs no longer work, the intro should specify:

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.

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
andreicuceu commented 2 years ago

Addressed in 03a0f67. Thank you!