Skip to content

Commit

Permalink
Rename package 'Python' to 'python' (#15)
Browse files Browse the repository at this point in the history
Summary:
`apt` throws `E: Unable to locate package Python` since deb package names are case-sensitive.
Pull Request resolved: facebook#15

Differential Revision: D16207683

Pulled By: hramos

fbshipit-source-id: fde18e9b407cb3503bfeca49b82009c4642f549b
  • Loading branch information
satyarohith authored and facebook-github-bot committed Jul 11, 2019
1 parent 1e46c78 commit 383f725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BuildingAndRunning.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Hermes REPL will also use libreadline, if available.

To install dependencies on Ubuntu:

apt install cmake git ninja-build libicu-dev Python zip libreadline-dev
apt install cmake git ninja-build libicu-dev python zip libreadline-dev

On Mac via Homebrew:

Expand Down

0 comments on commit 383f725

Please sign in to comment.