Skip to content
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

Fix nits in readmes #1241

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
1 change: 0 additions & 1 deletion gradio-notebook/README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Just a heads up, the process for getting local development setup for the first t
### Setting up Gradio repo

1. Go to the project where this is defined. Ex: `~/Projects/gradio-workbook`
2. Delete this entire repo! `rm -rf gradioworkbook`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Adjust the numbers below. Even though I know Markdown will increment properly just easier to follow

3. Gradio uses `pip` and `python` for executing commands so you must symlink `python` and `pip` (aliasing is not enough) to `python3` and `pip3`:
- `python3 -m pip install --upgrade --force pip` ([source](https://stackoverflow.com/a/55494352))
- force `python` to be symlinked to `python3` ([instructions](https://stackoverflow.com/a/71957847))
Expand Down