Skip to content

Commit 627db9c

Browse files
committed
Update readme
1 parent b2c9a95 commit 627db9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Clone this repository on your local machine by running:
1010
git clone [email protected]:Bitbol-Lab/Iterative_masking.git
1111
```
1212
and move inside the root folder.
13-
One can the use directly the functions from the cloned repository or install it with an editable install using:
13+
One can the use directly the functions from the cloned repository (in the folder `Iterative_masking`) or install it with an editable install running:
1414

1515
```bash
1616
pip install -e .

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 id="Getting-started">Getting started<a class="anchor-link" href="#Getting-st
3535
<div class="highlight"><pre><span></span>git clone [email protected]:Bitbol-Lab/Iterative_masking.git
3636
</pre></div>
3737
<p>and move inside the root folder.
38-
One can the use directly the functions from the cloned repository or install it with an editable install using:</p>
38+
One can the use directly the functions from the cloned repository (in the folder <code>Iterative_masking</code>) or install it with an editable install running:</p>
3939
<div class="highlight"><pre><span></span>pip install -e .
4040
</pre></div>
4141
<p>We recommend creating and activating a dedicated <code>conda</code> or <code>virtualenv</code> Python virtual environment.</p>

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"git clone [email protected]:Bitbol-Lab/Iterative_masking.git\n",
3131
"```\n",
3232
"and move inside the root folder.\n",
33-
"One can the use directly the functions from the cloned repository or install it with an editable install using:\n",
33+
"One can the use directly the functions from the cloned repository (in the folder `Iterative_masking`) or install it with an editable install running:\n",
3434
"\n",
3535
"```bash\n",
3636
"pip install -e .\n",

0 commit comments

Comments
 (0)