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

Update installation instructions #1

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

TobiasDuswald
Copy link
Owner

I tried to build the package because the pip installation fails, see issue eth-cscs#111. When building it with

make package
pip3 install wheel
pip3 install build/dist/abcpy-0.6.3-py3-none-any.whl

I received errors saying of type

>python3 setup.py -v bdist_wheel -d build/dist
command not found `bidet_wheel

Switching the order of the statements fixed it.

pip3 install wheel
make package
pip3 install build/dist/abcpy-0.6.3-py3-none-any.whl

@TobiasDuswald TobiasDuswald merged commit b8389f4 into master Aug 16, 2023
@TobiasDuswald TobiasDuswald deleted the TobiasDuswald-patch-1 branch August 16, 2023 11:03
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