Skip to content

Commit

Permalink
Fix nits in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Pala ankush@lastmileai.dev committed Feb 14, 2024
1 parent bdd1574 commit 8d00fb1
Showing 1 changed file with 0 additions and 1 deletion.
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`
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

0 comments on commit 8d00fb1

Please sign in to comment.