- Create and activate your virtual environment. We recommend using pyenv and pyenv-virtualenv.
pyenv virtualenv 3.9.13 llms-for-planning pyenv activate llms-for-planning
- Update the submodules
git submodule update --init --recursive
- Install pygraphviz and pip install it
# Assuming you brew installed graphviz export GRAPHVIZ_DIR="$(brew --prefix graphviz)" pip install pygraphviz \ --global-option=build_ext \ --global-option="-I$GRAPHVIZ_DIR/include" \ --global-option="-L$GRAPHVIZ_DIR/lib"
- Install the requirements
pip install -r requirements.txt
- Copy the
.envrctemplate
and fill in the necessary environment variables. Consider using direnv.cp .envrctemplate .envrc # Fill in variables and save file direnv allow .
-
Notifications
You must be signed in to change notification settings - Fork 0
License
portal-cornell/llms-for-planning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published