Skip to content

Updating installation to allow for installing individual subpackages#796

Merged
slundqui merged 3 commits intodelvtech:mainfrom
slundqui:monorepo_install
Aug 7, 2023
Merged

Updating installation to allow for installing individual subpackages#796
slundqui merged 3 commits intodelvtech:mainfrom
slundqui:monorepo_install

Conversation

@slundqui
Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown

github-actions Bot commented Aug 7, 2023

Remaining rate limit: 4976 🚀

Comment thread lib/chainsync/pyproject.toml
Copy link
Copy Markdown
Contributor

@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
Copy Markdown

github-actions Bot commented Aug 7, 2023

Remaining rate limit: 4982 🚀

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 7, 2023

Remaining rate limit: 4976 🚀

@slundqui slundqui merged commit 8dfa71b into delvtech:main Aug 7, 2023
@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