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 #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TobiasDuswald
Copy link

I tried to build the package because the pip installation fails, see issue #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

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.

None yet

1 participant