Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Jun 9, 2021
1 parent c27a1af commit b4ff4cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
"source": [
"### Pip Installation\n",
"\n",
"**Mac Users** may encounter an installation error with the python-casacore dependency. See the Conda installation method instead\n",
"\n",
"```sh\n",
"bash$: python3 -m venv cngi\n",
"bash$: source cngi/bin/activate\n",
Expand Down Expand Up @@ -257,8 +259,8 @@
"bash$: source cngi/bin/activate\n",
"# [ubuntu only] sudo apt-get install libgfortran3\n",
"(cngi) bash$: pip install --upgrade pip wheel\n",
"(cngi) bash$: pip install --index-url https://casa-pip.nrao.edu:443/repository/pypi-group/simple casatools==6.2.0.106\n",
"(cngi) bash$: pip install --index-url https://casa-pip.nrao.edu:443/repository/pypi-group/simple casadata\n",
"(cngi) bash$: pip install casatools==6.2.0.124\n",
"(cngi) bash$: pip install casadata\n",
"(cngi) bash$: pip install cngi-prototype\n",
"```\n",
"\n",
Expand Down Expand Up @@ -288,6 +290,7 @@
"```sh\n",
"bash$: conda create -n cngi python=3.6\n",
"bash$: conda activate cngi\n",
"bash$: conda install -c conda-forge python-casacore\n",
"bash$: pip install cngi-prototype\n",
"```\n",
"\n"
Expand Down

0 comments on commit b4ff4cf

Please sign in to comment.