Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating installation to allow for installing individual subpackages #796

Merged
merged 3 commits into from
Aug 7, 2023

Conversation

slundqui
Copy link
Contributor

@slundqui slundqui commented Aug 7, 2023

This solves the issue of specifying lateral dependencies for solo installation. The installation now allows for several optional tags for installation. For example, for agent0:

pip install agent0[with-dependencies] # Install individual subpackage
pip install agent0[base] # Install with base packages only (this is what's called in requirements.txt)

Note this doesn't change anything on default dev installation, i.e.,

pip install -r requirements.txt

@vercel
Copy link

vercel bot commented Aug 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
elf-simulations ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 9:34pm

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Remaining rate limit: 4976 🚀

Copy link
Member

@dpaiton dpaiton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a note in the INSTALL.md file that informs what these [tags] mean? Something similar to the PR description will be fine.

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Remaining rate limit: 4982 🚀

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Remaining rate limit: 4976 🚀

@slundqui slundqui merged commit 8dfa71b into delvtech:main Aug 7, 2023
4 checks passed
@slundqui slundqui deleted the monorepo_install branch August 7, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants