You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my example I'm after pixi add "aectemplater-client @ git+https://git@github.com/maxfordham/digitalschedules.git@0.18.13#subdirectory=packages/aectemplater-client"
where it is installing a package within a sub directory.
is there are way to specify this in the pixi.toml file?
Hey @jgunstone, the subdirectory is the directory within the git repo you're installing. Pixi will clone the repo into the cache and build a wheel from that directory (assuming you are talking about pypi packages for now), and then install it into your environment.
You want to be able to do something along the lines of:
pixi add " boltons @ https://github.com/boltons"
The text was updated successfully, but these errors were encountered: