diff --git a/install-eth-specs.sh b/install-eth-specs.sh index 1f16fb3..fd9c479 100755 --- a/install-eth-specs.sh +++ b/install-eth-specs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - -pip install -r ./eth-specs/requirements_preinstallation.txt -python ./eth-specs/setup.py sdist bdist_wheel -pip install ./eth-specs/dist/*.whl \ No newline at end of file +cd ./eth-specs +pip install -r requirements_preinstallation.txt +python setup.py sdist bdist_wheel +pip install dist/*.whl \ No newline at end of file