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.
2323 * [ Further Reading] ( #further-reading )
2424
2525## Setup
26+
2627### Minimum requirements
28+
2729* [ Python 3.11] ( https://www.python.org/downloads/ )
2830
2931### Recommended requirements
32+
3033* [ devbox] ( https://www.jetpack.io/devbox/docs/quickstart/ )
3134* [ task] ( https://taskfile.dev/#/installation )
3235
3336## Development
37+
3438### Devbox
35- Devbox takes care of setting up a dev environment automatically.
39+
40+ Devbox takes care of setting up a dev environment automatically.
3641
3742Under the hood it uses [ Nix Package Manager] ( https://search.nixos.org/packages ) .
3843
3944``` bash
45+ # install base dependencies
46+ make install
47+
4048# install devbox
41- ./bootstrap
49+ task install-devbox
4250
4351# enter dev environment w/deps
4452devbox shell
You can’t perform that action at this time.
0 commit comments