Skip to content

How can I install veros offline? #644

Answered by dionhaefner
sylenola asked this question in Q&A
Discussion options

You must be logged in to vote

I'm guessing you need to use pip install -e . instead if you're already in the veros folder. Not that it's going to do you much good though, since the dependencies are downloaded during install.

I guess you could do pip download veros, then copy the downloaded wheels to an offline machine, and use pip install --no-index --find-links . veros to install if you really need to do this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sylenola
Comment options

Answer selected by sylenola
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants