Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 1001dc9

Browse files
committed
Update readme
1 parent f2492ec commit 1001dc9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,18 @@ The easiest way to learn about DataJoint Elements is to use the tutorial noteboo
2626

2727
Here are some options that provide a great experience:
2828

29-
- **Cloud-based IDE**: (*recommended*)
29+
- Cloud-based Development Environment: (*recommended*)
3030
- Launch using [GitHub Codespaces](https://github.com/features/codespaces) using the `+` option which will `Create codespace on main` in the codebase repository on your fork with default options. For more control, see the `...` where you may create `New with options...`.
3131
- Build time for a codespace is **~7m**. This is done infrequently and cached for convenience.
3232
- Start time for a codespace is **~30s**. This will pull the built codespace from cache when you need it.
3333
- *Tip*: Each month, GitHub renews a [free-tier](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts) quota of compute and storage. Typically we run into the storage limits before anything else since Codespaces consume storage while stopped. It is best to delete Codespaces when not actively in use and recreate when needed. We'll soon be creating prebuilds to avoid larger build times. Once any portion of your quota is reached, you will need to wait for it to be reset at the end of your cycle or add billing info to your GitHub account to handle overages.
3434
- *Tip*: GitHub auto names the codespace but you can rename the codespace so that it is easier to identify later.
35-
- **Local IDE**:
36-
- Ensure you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
37-
- Ensure you have [Docker](https://docs.docker.com/get-docker/)
38-
- Ensure you have [VSCode](https://code.visualstudio.com/)
39-
- Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
35+
- Local Development Environment:
36+
- Note: On Windows, running the tutorial notebook with the example data in a Dev Container is not currently possible due to an s3fs mounting issue. Please use GitHub Codespaces in the browser.
37+
- Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
38+
- Install [Docker](https://docs.docker.com/get-docker/)
39+
- Install [VSCode](https://code.visualstudio.com/)
40+
- Install the VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
4041
- `git clone` the codebase repository and open it in VSCode
4142
- Use the `Dev Containers extension` to `Reopen in Container` (More info in the `Getting started` included with the extension)
4243

0 commit comments

Comments
 (0)