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
Some steps in INSTALL are not reproducible, e.g. because the file they reference no longer exists:
/carlhauser_client pipenv run python3 ./core.py
/carlhauser_server pipenv run python3 ./core.py
Future functionality could also be verified using CI (e.g. travis-ci.com), that would contain the installation steps and trigger a build on each commit, providing an easy to check way of when/how the installation steps changed/which are broken.
The text was updated successfully, but these errors were encountered:
Some steps in INSTALL are not reproducible, e.g. because the file they reference no longer exists:
/carlhauser_client pipenv run python3 ./core.py
/carlhauser_server pipenv run python3 ./core.py
Future functionality could also be verified using CI (e.g. travis-ci.com), that would contain the installation steps and trigger a build on each commit, providing an easy to check way of when/how the installation steps changed/which are broken.
The text was updated successfully, but these errors were encountered: