Skip to content
Snippets Groups Projects
Unverified Commit 6f48ac39 authored by Jonathan David Mutal's avatar Jonathan David Mutal Committed by GitHub
Browse files

Update README.md

parent 9a6b866f
Branches
No related tags found
No related merge requests found
......@@ -15,13 +15,19 @@
</ul>
</li>
<li> In order to install all packages we are going to use package-management system from python, pip (the easiest way to install packages).
<ol>
<li>
Open the prompt and type the following commands (it can take some minutes to install each package).
$ pip install jupyter
$ pip install genism
b. In order to see if the packages are well installed, type:
</li>
In order to see if the packages are well installed, type:
$ pip freeze
$ jupyter notebook
and open a browser in localhost:8000. If everything goes well, you must see the following output.
</li>
</li>
</ol>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment