Skip to content

Commit

Permalink
getting started: use conda activate instead of activate
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileherr committed Apr 5, 2023
1 parent 73feb17 commit b10d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"\n",
" * Download the [niche sourcecode](https://github.com/inbo/niche_vlaanderen/releases) (use the zip file).\n",
" * Extract the file and navigate to the `docs` folder from the anaconda prompt. Make sure you also extract the testcases directory, as this contains the data we will be using.\n",
" * Activate the niche environment: `activate niche` (not necessary if you used the alternative install).\n",
" * Activate the niche environment: `conda activate niche` (not necessary if you used the alternative install).\n",
" * Run Jupyter notebook: `jupyter notebook`. This should open a web page (similar or equal to http://localhost:8888 ) - check your anaconda prompt for a link if this is not the case.\n",
" * Navigate your web browser to the `getting_started.ipynb` file (in the Files tab, which should be opened by default).\n",
" * Any cell with code can be run by by pressing Ctrl+Enter. If you are unfamiliar with notebooks, you can take some time familiarizing yourself by taking the User interface tour from the `Help` menu.\n",
Expand Down

0 comments on commit b10d677

Please sign in to comment.