Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNot complete installation guide for Fedora #26417
Closed
Labels
Comments
|
Could you make a pull request to fix that, please? It appears we already include it in our bootstrap code: servo/python/servo/bootstrap.py Line 103 in 271ff16 |
|
I was following the tutorial and these commands doesn't work for fresh Fedora installation. sudo dnf install python3 python3-virtualenv python3-pip
python3 ./mach bootstrap |
bors-servo
added a commit
that referenced
this issue
May 4, 2020
bors-servo
added a commit
that referenced
this issue
May 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had an issue when installing on Fedora:
Fixed with
sudo dnf install python3-develwhich was not mentioned inReadme