Add initial setup for TinyTroupe simulation: environment, agents, configuration, and example world interaction
This commit is contained in:
8
setup.sh
Normal file
8
setup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# You need to install anaconda - https://www.anaconda.com/docs/getting-started/anaconda/install#mac-os-command-line-installer
|
||||
conda create -n tinytroupe python=3.10
|
||||
|
||||
conda activate tinytroupe
|
||||
|
||||
pip install git+https://github.com/microsoft/TinyTroupe.git@main
|
Reference in New Issue
Block a user