Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
Former-commit-id: 0b40ec812e7a0a0858b64c71ed42f8bff4690bab
  • Loading branch information
Javi Ribera committed Apr 12, 2019
1 parent 84b76dd commit beeec39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ PyTorch code for https://arxiv.org/pdf/1806.07564.pdf

## Installation
Use conda to recreate the environment provided with the code:

<pre>
conda env create -f environment.yml
</pre>

and install the tool:
Activate the environment:
<pre>
conda activate object-locator
</pre>

Install the tool:
<pre>
pip install .
</pre>
Expand Down

0 comments on commit beeec39

Please sign in to comment.