Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Nov 17, 2020
1 parent aa9c03d commit 7449f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13273,7 +13273,7 @@ <h2 id="Installing-a-conda-environment-for-Linux-or-Mac-from-YAML-file-(quickest
<li>Type in <code>conda env create -f environment_linux.yml</code> and press Enter (or <code>conda env create -f environment_mac.yml</code> on Mac)</li>
<li>Anaconda will then run all the necessary command to download the various packages above using conda and pip</li>
<li>At the end of the process you'll have a Python 3.6 conda environment with the name 'py37class' which you can use, with all the packages you'll need for this course, such as pandas, numpy etc.</li>
<li>Note that you may need to put in the full path for wherever you downloaded the <code>environment_linux.yml</code> (or <code>environment_mac.yml</code>) file or you can simply <code>cd</code> to that folder and then run the above conda command</li>
<li>Note that you may need to put in the full path for wherever you downloaded the <code>environment_linux.yml</code> (or <code>environment_mac.yml</code>) file or you can simply <code>cd</code> to that folder and then run the above conda command </li>
<li>Typically on Mac OS X when you save down files from your internet browser they will be in the user's home downloads folder, which you can get to by typing
<code>cd ~/Downloads</code> and then pressing Enter</li>
</ul>
Expand Down
11 changes: 1 addition & 10 deletions pythoncourse/installation/installing_anaconda_and_pycharm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -546,15 +546,6 @@
"report_style_numbering": false,
"user_envs_cfg": false
},
"pycharm": {
"stem_cell": {
"cell_type": "raw",
"metadata": {
"collapsed": false
},
"source": []
}
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
Expand All @@ -571,4 +562,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 7449f0b

Please sign in to comment.