From 8af5ee2675b9b725b092838ef7c1be660d6b4eab Mon Sep 17 00:00:00 2001 From: Ali Akbar Date: Tue, 2 Jun 2020 11:18:50 +0530 Subject: [PATCH] missing command to switch to the created directory --- .github/CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ee16fc5..de9b1c6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,7 +14,7 @@ Those are the main contributing guidelines for contributing to this project: In order to contribute, the safest is to create your [own fork of spleeter](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) first. The following set of commands will clone this new repository, create a virtual environment provisioned with the dependencies and run the tests (will take a few minutes): ```bash -git clone https://github.com//spleeter +git clone https://github.com//spleeter && cd spleeter python -m venv spleeterenv && source spleeterenv/bin/activate pip install -r requirements.txt && pip install pytest pytest-xdist make test diff --git a/README.md b/README.md index 97e7abb..c5bdb8d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For a detailed documentation, please check the [repository wiki](https://github. The following set of commands will clone this repository, create a virtual environment provisioned with the dependencies and run the tests (will take a few minutes): ```bash -git clone https://github.com/Deezer/spleeter +git clone https://github.com/Deezer/spleeter && cd spleeter python -m venv spleeterenv && source spleeterenv/bin/activate pip install -r requirements.txt && pip install pytest pytest-xdist make test