Skip to content

Update installation instructions#112

Open
TobiasDuswald wants to merge 1 commit intoeth-cscs:masterfrom
TobiasDuswald:master
Open

Update installation instructions#112
TobiasDuswald wants to merge 1 commit intoeth-cscs:masterfrom
TobiasDuswald:master

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.

1 participant