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

Dependency installation should be automated with Pipenv #15

Open
sharpvik opened this issue Apr 20, 2020 · 1 comment
Open

Dependency installation should be automated with Pipenv #15

sharpvik opened this issue Apr 20, 2020 · 1 comment

Comments

@sharpvik
Copy link

Why Apple's iPhone was such a great success? - It worked out of the box!
I downloaded ZIP but when I ./run.sh, Python would point out that I don't have all the dependencies installed. So now, I guess I have to install each one of them manually. That's no good.

Instead, I propose that Pipenv is used in order to manage dependencies. If that solution is adapted, this is what Open Assistant installation might look like in the future:

# Download ZIP and extract, then...
cd Open-Assistant-master

pip3 install pipenv    # (optional) in case user does not have pipenv already
pipenv shell
pipenv install

./run.sh
@GuiLeme
Copy link

GuiLeme commented Jun 24, 2022

I think that would be nice too, do you have a Patch to PR? I will try and run this repo (just discovered it, hehehe).

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

No branches or pull requests

2 participants