Skip to content

Commit

Permalink
Extra requirement for windows, c++ 14.0 or higher installed (hedyorg#…
Browse files Browse the repository at this point in the history
  • Loading branch information
martenvd authored Jan 21, 2022
1 parent acfba40 commit 7bb45d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ The [Discussion board](https://github.com/Felienne/hedy/discussions) has ideas t
Run Hedy code on your machine
------------

If you are going to contribute to the code of Hedy, you will probably want to run the code on your own computer. For this you need to install Python 3.7 or higher. Then, here's how to get started once you have downloaded or cloned the code:
If you are going to contribute to the code of Hedy, you will probably want to run the code on your own computer. For this you need to:
- install Python 3.7 or higher;
- install Microsoft Visual C++ 14.0 or higher, which you can [download here](http://landinghub.visualstudio.com/visual-cpp-build-tools)
Then, here's how to get started once you have downloaded or cloned the code:

```bash
$ python3 -m venv .env
Expand Down

0 comments on commit 7bb45d5

Please sign in to comment.