Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Minor corrections and advice... Should help beginners.
  • Loading branch information
chagai95 authored Nov 12, 2020
1 parent 41a3899 commit de0a3c3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,20 +259,24 @@ to install using pip and a virtualenv::
python3 -m venv ./env
source ./env/bin/activate
pip install -e ".[all,test]"

This will run a process of downloading and installing all the needed
dependencies into a virtual env.

Some of the dependencies might have to be installed manually, if you run into errors just install the dependency that is mentioned in the error manually.

Once this is done, you may wish to run Synapse's unit tests, to
check that everything is installed as it should be::

python -m twisted.trial tests

This should end with a 'PASSED' result::

Ran 1266 tests in 643.930s
Ran 1332 tests in 716.064s

PASSED (skips=15, successes=1317)

PASSED (skips=15, successes=1251)
(The amount of tests may change in the future...)

Running the Integration Tests
=============================
Expand Down

0 comments on commit de0a3c3

Please sign in to comment.