Skip to content

dev(doc): note workaround for missing distutils #8028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ choco install hyper

## Contribute

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.
Regardless of the platform you are working on, you will need to have Yarn v1 installed. If you have never installed Yarn v1 before, you can find out how at: https://yarnpkg.com/en/docs/install.

1. Install necessary packages:
* Windows
Expand Down Expand Up @@ -108,6 +108,10 @@ If you are getting compiler errors when running `yarn` add the environment varia
If you have issues in the `codesign` step when running `yarn run dist` on macOS, you can temporarily disable code signing locally by setting
`export CSC_IDENTITY_AUTO_DISCOVERY=false` for the current terminal session.

##### Error with `electron-rebuild` when using Python 3.12

If you get an import error at `electron-rebuild` while using Python 3.12, you need to install `setuptools`.

## Related Repositories

- [Website](https://github.com/vercel/hyper-site)
Expand Down