Skip to content

Commit 47c5af9

Browse files
Update README.md
Co-authored-by: Kabilar Gunalan <[email protected]>
1 parent f4a0485 commit 47c5af9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ If you need help getting started or run into any errors, please open a GitHub Is
8484

8585

8686
## Developer Instructions
87-
- **Local environment**:
88-
- Install the following:
89-
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
90-
- [Docker](https://docs.docker.com/get-docker/)
91-
- On M1/M2 Mac:
92-
- Enable Rosetta 2 on Docker advanced/experimental settings
93-
- Ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt
94-
- `export DOCKER_DEFAULT_PLATFORM=linux/amd64` in .zshrc or at a shell prompt
95-
- [Microsoft's Visual Studio Code (VS Code)](https://code.visualstudio.com/)
96-
- VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
87+
- Local environment instructions
88+
- Install the following:
89+
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
90+
- [Docker](https://docs.docker.com/get-docker/)
91+
- On M1/M2 Mac:
92+
- Enable Rosetta 2 on Docker advanced/experimental settings
93+
- Ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt
94+
- `export DOCKER_DEFAULT_PLATFORM=linux/amd64` in .zshrc or at a shell prompt
95+
- [Microsoft's Visual Studio Code (VS Code)](https://code.visualstudio.com/)
96+
- VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
9797
- `git clone` your fork of the repository and open it in VSCode.
9898
- Use the `Dev Containers extension` to `Reopen in Container`. (More info in the `Getting started` included with the extension.)
9999
- To begin, navigate to the [tutorials](./tutorials) directory located in the left panel and proceed through the sequentially organized Jupyter notebooks. Execute the cells in the notebooks to begin your walkthrough of the tutorial.

0 commit comments

Comments
 (0)