Skip to content

Commit

Permalink
Update README.md with instructions for running code and accessing data
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Apr 11, 2024
1 parent f54538f commit 352f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ def add_agent_to_database(**kwargs: dict[str, Any]) -> None:
def add_env_profile(**kwargs: dict[str, Any]) -> None:
env_profile = EnvironmentProfile(**kwargs)
env_profile.save()
```
```

0 comments on commit 352f335

Please sign in to comment.