Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
docs: windows & yarn (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Dec 3, 2018
1 parent 6a59bf7 commit 13deccb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,21 @@ In Ubuntu the development files of `libudev` are necessary:
sudo apt-get install libudev-dev libusb-1.0-0-dev
```

#### Windows
- Python 2.7
- Visual Studio 2017

#### Node 9
There are certain packages (such as the ledger HID packages) which do not work on Node 10.

To download Node 9, head over to [here](https://nodejs.org/en/blog/release/v9.11.1/)

#### Yarn
Install the Yarn dependency manager
```
npm install -g yarn
```

### Commands

``` bash
Expand Down

0 comments on commit 13deccb

Please sign in to comment.