Skip to content

Commit

Permalink
don't ask user to install python2 (#1136)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1136

Test Plan:
<!--
  Demonstrate the code is solid.
  Example: The exact commands you ran and their output,
  screenshots / videos if the pull request changes the user interface.
-->

Reviewed By: tmikov

Differential Revision: D49843779

Pulled By: avp

fbshipit-source-id: 2b9fb1a77c805fb4fc078f42e85a806e5646f79e
  • Loading branch information
alexsch01 authored and facebook-github-bot committed Oct 3, 2023
1 parent 07604e3 commit eda3c08
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 python3 zip libreadline-dev

On Arch Linux:

Expand Down

0 comments on commit eda3c08

Please sign in to comment.