Skip to content

Commit 935d39c

Browse files
authored
Revise installation instructions and directory name
Updated installation instructions for macOS users and changed directory name.
1 parent 55edc9f commit 935d39c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,18 @@ Each autonomous agent uses a JEPA world model (LeCun 2022; Maes et al. 2026) to
111111
### Installation
112112

113113
```bash
114-
cd interactive_simulation
114+
cd world-genesis-main
115115
pip install numpy flask flask-socketio eventlet scipy networkx shapely requests
116116
```
117117

118+
### Installation (macOS, recommended via Conda)
119+
120+
```bash
121+
conda create -n worldgenesis python=3.11 -y
122+
conda activate worldgenesis
123+
pip install -r requirements.txt
124+
```
125+
118126
### Generate Earth Data (one-time)
119127

120128
```bash

0 commit comments

Comments
 (0)