Skip to content

Commit dba2235

Browse files
committed
Merge 'main' of datajoint/datajoint-tutorials
2 parents 6886bf7 + 36cce12 commit dba2235

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Interactive tutorials on the DataJoint framework, in Python. Throughout this set
1717
- Retrieve primary key - `.fetch("KEY")`
1818
- Retrieve selective attributes
1919
- Delete operations
20+
2021
- DataJoint advanced topics (~1 hour)
2122
- `Imported` and `Computed` tables
2223
- `make()` function
@@ -45,6 +46,20 @@ The easiest way to learn about the basics of DataJoint is to use these tutorial
4546

4647
+ If you are new to GitHub and run into any errors, please contact us via email at support@datajoint.com. If you are experienced with GitHub, please create an issue on the upstream repository or issue a pull request with a thorough explanation of the error and proposed solution.
4748

48-
**Please Note:**
49+
+ **Please Note:** GitHub Codespaces are limited to 120 core-hours per month and 15 GB-month for free users. Once you exceed this limit, you will have to wait for the usage quota to reset or pay to use Codespaces.
50+
51+
## Run in Local Development Environment
52+
53+
- Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
54+
55+
- Install [Docker](https://docs.docker.com/get-docker/)
56+
57+
- Install [VSCode](https://code.visualstudio.com/)
58+
59+
- Install the VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
60+
61+
- `git clone` the codebase repository and open it in VSCode
62+
63+
- Use the `Dev Containers extension` to `Reopen in Container` (More info in the `Getting started` included with the extension.)
4964

50-
+ GitHub Codespaces are limited to 120 core-hours per month and 15 GB-month for free users. Once you exceed this limit, you will have to wait for the usage quota to reset or pay to use Codespaces.
65+
- You will know your environment has finished loading once you see a terminal open related to `Running postStartCommand` with a final message: `Done`.

0 commit comments

Comments
 (0)