Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ tarball and/or browse the git repository checked out at the relevant tag.

### Prerequisites

* [A supported version of Python][Python versions] for building and testing.
* [A supported version of Python][Python versions] (excludes pre-release versions) for building and testing.
* A Rust toolchain if [building Node.js with Temporal support](#building-nodejs-with-temporal-support).
* Memory: at least 8GB of RAM is typically required when compiling with 4 parallel jobs (e.g: `make -j4`).

Expand Down
Loading