Skip to content

Commit

Permalink
Merge pull request #61 from kondratyev-nv/feature/update_dependencies
Browse files Browse the repository at this point in the history
Update packages and python dependencies
  • Loading branch information
Nikolay Kondratyev authored Feb 4, 2019
2 parents f202e02 + 56f6e8a commit bdd45a3
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 106 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Prerequisites

1. Node.js (>= 8.10.0)
1. Node.js (>= 8.10.0), npm >= 5.8.0
1. Python 2.7 or Python >= 3.4 (required only for testing the extension and running tests)
1. Windows, macOS, or Linux
1. Visual Studio Code
Expand All @@ -12,10 +12,10 @@
```shell
git clone https://github.com/kondratyev-nv/vscode-python-test-adapter
cd vscode-python-test-adapter
npm install
npm ci
```

To run tests you will also need additional python modules to be installed
To run tests from the VS Code you will also need additional python modules to be installed
```shell
python -m pip install --upgrade -r requirements.txt
```
Expand Down
Loading

0 comments on commit bdd45a3

Please sign in to comment.