-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update installation guides to specify Python 3.11 and remove re…
…dundant Git install
- Loading branch information
1 parent
8608cc2
commit 2460dc6
Showing
3 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,28 +20,24 @@ Key services that will be running: | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | ||
``` | ||
|
||
2. **Git** | ||
|
||
```bash | ||
brew install git | ||
``` | ||
|
||
3. **Node.js 18+** | ||
2. **Node.js 18+** | ||
|
||
```bash | ||
brew install node@18 | ||
``` | ||
|
||
4. **Docker Desktop** | ||
3. **Docker Desktop** | ||
|
||
```bash | ||
brew install --cask docker | ||
``` | ||
|
||
Start Docker Desktop from Applications folder | ||
|
||
5. **Python Tools** | ||
4. **Python 3.11** | ||
```bash | ||
brew install [email protected] | ||
brew link [email protected] | ||
brew install pipx | ||
pipx ensurepath | ||
``` | ||
|
@@ -69,7 +65,7 @@ Magick uses [Clerk](https://clerk.com/) for authentication. You'll need to set u | |
2. **Install Dependencies** | ||
|
||
```bash | ||
npm install | ||
npm install --python=python3.11 | ||
``` | ||
|
||
3. **Configure Environment** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters