Skip to content

Commit

Permalink
updated instructions for download & install (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcheung authored Sep 4, 2020
1 parent 4232906 commit c3463bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notes/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Download Code

.. code-block:: bash
$ git clone git@github.com:kexinhuang12345/DeepPurpose.git
$ git clone https://github.com/kexinhuang12345/DeepPurpose.git
$ ### Download code repository
$
$
Expand All @@ -21,7 +21,7 @@ First time usage: setup conda environment

.. code-block:: bash
$ conda env create -f env.yml
$ conda env create -f environment.yml
$ ## Build virtual environment with all packages installed using conda
$
$ conda activate DeepPurpose
Expand Down

0 comments on commit c3463bd

Please sign in to comment.