Skip to content
Snippets Groups Projects
Commit b6d6a94b authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

types in readme

parent 8338be77
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,12 @@ Installation is unfortunately complicated due to the difficulty in installing GD
1. Install Anaconda or Miniconda with Python 3.5
2. In your ~/.condarc file add the following two lines in the channels section.
`- conda-forge`
`- jlaura`
3. Create a new environment to ensure that the installed packge is not going to collide with existing packages
` conda create --name <somename> python=3`
3. Create a new environment to ensure that the installed package is not going to collide with existing packages
`conda create --name <somename> python=3`
3. Install `plio` with `conda install plio`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment