-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ThibaultFy <[email protected]>
- Loading branch information
1 parent
ea0f33e
commit 55edfb5
Showing
5 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,16 +46,14 @@ Substra warmly welcomes any contribution. Feel free to fork the repo and create | |
## How to test | ||
|
||
Install `substrafl` in editable mode with developper dependencies. | ||
In addition, install `substra` and `substra-tools` in editable mode. | ||
In addition, install `substra` in editable mode. | ||
It is recommended to install all the libraries in a Python virtual env. | ||
|
||
```sh | ||
git clone [email protected]:Substra/substrafl.git | ||
pip install -e "substrafl[dev]" | ||
git clone [email protected]:Substra/substra.git | ||
pip install -e substra | ||
git clone [email protected]:Substra/substra-tools.git | ||
pip install -e substra-tools | ||
``` | ||
|
||
Now you can use the following command from `subtrafl` top level directory to run tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters