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

analyzer: Use pip module instead of tool to install IKOS (#242). #244

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

ivanperez-keera
Copy link
Collaborator

The installation script assumes that the tool pip is available, which may not be true.

This commit replaces calls to the pip tool with calls to python using pip as the module.

This change was actually contributed by Maxime Arthaud.

…nV#242).

The installation script assumes that the tool pip is available, which
may not be true.

This commit replaces calls to the `pip` tool with calls to `python`
using `pip` as the module.

This change was actually contributed by Maxime Arthaud.
@ivanperez-keera ivanperez-keera marked this pull request as ready for review December 10, 2023 01:52
@ivanperez-keera ivanperez-keera merged commit 21cd2b5 into NASA-SW-VnV:master Dec 10, 2023
2 checks passed
@ivanperez-keera ivanperez-keera deleted the dev-pip-package branch December 10, 2023 18:34
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

Successfully merging this pull request may close these issues.

1 participant