This commit is contained in:
reivilibre 2021-10-11 15:34:56 +00:00
parent e4681f6c2b
commit 7e48e8abcb
4 changed files with 4 additions and 4 deletions

View file

@ -214,7 +214,7 @@ setup a <em>virtualenv</em>, as follows:</p>
<pre><code class="language-sh">cd path/where/you/have/cloned/the/repository <pre><code class="language-sh">cd path/where/you/have/cloned/the/repository
python3 -m venv ./env python3 -m venv ./env
source ./env/bin/activate source ./env/bin/activate
pip install -e &quot;.[all,lint,mypy,test]&quot; pip install -e &quot;.[all,dev]&quot;
pip install tox pip install tox
</code></pre> </code></pre>
<p>This will install the developer dependencies for the project.</p> <p>This will install the developer dependencies for the project.</p>

View file

@ -11529,7 +11529,7 @@ setup a <em>virtualenv</em>, as follows:</p>
<pre><code class="language-sh">cd path/where/you/have/cloned/the/repository <pre><code class="language-sh">cd path/where/you/have/cloned/the/repository
python3 -m venv ./env python3 -m venv ./env
source ./env/bin/activate source ./env/bin/activate
pip install -e &quot;.[all,lint,mypy,test]&quot; pip install -e &quot;.[all,dev]&quot;
pip install tox pip install tox
</code></pre> </code></pre>
<p>This will install the developer dependencies for the project.</p> <p>This will install the developer dependencies for the project.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long