Skip to content

Commit

Permalink
GP-4489: Updating README.md to require pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Apr 29, 2024
1 parent e51365c commit 239234c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ To create the latest development build for your platform from this source reposi
##### Install build tools:
* [JDK 17 64-bit][jdk17]
* [Gradle 7.3+][gradle]
* [Python3][py3]
- [build][py3-build] module: `pip install build`
* [Python3][python3] and pip3
- [build][python3-build] module: `pip3 install build`
* make, gcc, and g++ (Linux/macOS-only)
* [Microsoft Visual Studio][vs] 2017+ or [Microsoft C++ Build Tools][vcbuildtools] with the
following components installed (Windows-only):
Expand Down Expand Up @@ -130,8 +130,8 @@ source project.
[releases]: https://github.com/NationalSecurityAgency/ghidra/releases
[jdk17]: https://adoptium.net/temurin/releases
[gradle]: https://gradle.org/releases/
[py3]: https://www.python.org/downloads/
[py3-build]: https://pypi.org/project/build/
[python3]: https://www.python.org/downloads/
[python3-build]: https://pypi.org/project/build/
[vs]: https://visualstudio.microsoft.com/vs/community/
[vcbuildtools]: https://visualstudio.microsoft.com/visual-cpp-build-tools/
[eclipse]: https://www.eclipse.org/downloads/packages/
Expand Down

0 comments on commit 239234c

Please sign in to comment.