From 0946e9f8177394ea9a0bfee592ff5901a4c4785e Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Sat, 4 Sep 2021 23:42:37 -0700 Subject: [PATCH] Move einops to pip-installable Hi there, nice work. I believe you should be able just use einops from pypi, as a new version was pushed to pypi recently. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ea16dd3..7c6bca3 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,12 @@ Note here `--recursive` is important as it will automatically clone the submodul conda create -n mint python=3.7 conda activate mint conda install protobuf numpy -pip install tensorflow absl-py tensorflow-datasets librosa +pip install tensorflow absl-py tensorflow-datasets librosa einops sudo apt-get install libopenexr-dev pip install --upgrade OpenEXR pip install tensorflow-graphics tensorflow-graphics-gpu -git clone https://github.com/arogozhnikov/einops /tmp/einops -cd /tmp/einops/ && pip install . -U - git clone https://github.com/google/aistplusplus_api /tmp/aistplusplus_api cd /tmp/aistplusplus_api && pip install -r requirements.txt && pip install . -U ```