Merge pull request #291 from pybricks/dlech

Add Python 2 dependency
This commit is contained in:
David Lechner
2021-02-04 19:12:10 -06:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
nodejs 12.18.3
python 2.7.18
+7
View File
@@ -31,6 +31,13 @@ We are using [Yarn][yarn] 1.x for package management.
[yarn]: https://classic.yarnpkg.com/
### Python
One of the node depedencies needs Python 2 in order to build!
If you see [this error](https://github.com/palantir/blueprint/issues/4273),
that is what is going on.
### Git Version Control
You will need [Git][git] to get the source code from GitHub. (Say that 3 times fast!)