File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,30 @@ Sets up a new development environment for a Mac or Linux (i.e., UNIX) box.
23
23
* [ Further Reading] ( #further-reading )
24
24
25
25
## Setup
26
+
26
27
### Minimum requirements
28
+
27
29
* [ Python 3.11] ( https://www.python.org/downloads/ )
28
30
29
31
### Recommended requirements
32
+
30
33
* [ devbox] ( https://www.jetpack.io/devbox/docs/quickstart/ )
31
34
* [ task] ( https://taskfile.dev/#/installation )
32
35
33
36
## Development
37
+
34
38
### Devbox
35
- Devbox takes care of setting up a dev environment automatically.
39
+
40
+ Devbox takes care of setting up a dev environment automatically.
36
41
37
42
Under the hood it uses [ Nix Package Manager] ( https://search.nixos.org/packages ) .
38
43
39
44
``` bash
45
+ # install base dependencies
46
+ make install
47
+
40
48
# install devbox
41
- ./bootstrap
49
+ task install-devbox
42
50
43
51
# enter dev environment w/deps
44
52
devbox shell
You can’t perform that action at this time.
0 commit comments