A new version of tomopy can be installed with pip install .. See #97 which uses this new approach and installs tomopy from the master branch. Once the new version of tomopy is tagged/released (most likely https://github.com/tomopy/tomopy/releases/tag/1.2.2), we should use the tagged version and install it with:
pip install git+https://github.com/tomopy/tomopy@v1.2.2
Currently, we install the dxchange package from the master branch of their repo:
|
git+https://github.com/data-exchange/dxchange |
Once the installer of
dxchange is updated (see my issue
data-exchange/dxchange#81), we will be able to install it with:
pip install git+https://github.com/data-exchange/dxchange@v0.1.6