mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-16 14:52:00 +01:00
deploy: 593eeac19ea8ecc1344933f91fb4fc18a8a97221
This commit is contained in:
parent
994d190f8e
commit
e4681f6c2b
@ -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 ".[all,dev]"
|
pip install -e ".[all,lint,mypy,test]"
|
||||||
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>
|
||||||
|
|||||||
@ -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 ".[all,dev]"
|
pip install -e ".[all,lint,mypy,test]"
|
||||||
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
Loading…
x
Reference in New Issue
Block a user