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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: