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

Improve the documentation of requirements #571

Open
peterzahemszky opened this issue Oct 26, 2021 · 1 comment
Open

Improve the documentation of requirements #571

peterzahemszky opened this issue Oct 26, 2021 · 1 comment

Comments

@peterzahemszky
Copy link
Contributor

Currently README.rst doesn't detail the prerequisite packages. In order to avoid problems like issue #570, it would be useful to clarify what version ranges are supported for each dependency.

@peterzahemszky
Copy link
Contributor Author

A possible alternative is trying to update outdated packages while running make deps.

For example, installing npm is already a responsibility taken up by make deps:

simphony-remote/Makefile

Lines 108 to 113 in fc5f0ae

npmdeps:
if [[ `command -v npm` == '' ]]; then \
sudo $(PKG_MNGR) install -y node-gyp libssl1.0-dev; \
sudo $(PKG_MNGR) install -y npm; \
fi

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

1 participant