File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ sidebar_position: 2
8
8
9
9
Before getting started with Eliza, ensure you have:
10
10
11
- - [ Node.js 23.3.0] ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm )
12
- - [ pnpm] ( https://pnpm.io/installation )
11
+ - [ Python 2.7+] ( https://www.python.org/downloads/ )
12
+ - [ Node.js 23+] ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm )
13
+ - [ pnpm 9+] ( https://pnpm.io/installation )
13
14
- Git for version control
14
15
- A code editor ([ VS Code] ( https://code.visualstudio.com/ ) or [ VSCodium] ( https://vscodium.com ) recommended)
15
16
- [ CUDA Toolkit] ( https://developer.nvidia.com/cuda-toolkit ) (optional, for GPU acceleration)
@@ -35,7 +36,9 @@ Before getting started with Eliza, ensure you have:
35
36
Switch to latest tagged release
36
37
37
38
``` bash
38
- git checkout v0.0.10
39
+ # Checkout the latest release
40
+ # This project iterates fast, so we recommend checking out the latest release
41
+ git checkout $( git describe --tags --abbrev=0)
39
42
```
40
43
41
44
Install dependencies
You can’t perform that action at this time.
0 commit comments