From 5b1d443400d931e3621823f606abf3010dcdf6a1 Mon Sep 17 00:00:00 2001 From: Ben Arthur Date: Mon, 14 Oct 2024 11:26:27 -0400 Subject: [PATCH] doc pip3 install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9f5e89f..ba49c26 100755 --- a/README.md +++ b/README.md @@ -2004,6 +2004,11 @@ it into the assets section of the releases page: $ cd $CONDA_PREFIX/envs $ tar czf songexplorer--.tar.gz songexplorer +After downloading, some users will need to re-install some pip dependencies +(e.g. tensorflow-metal on MacOS) as they are not in general relocatable: + + $ pip3 install --target /songexplorer/lib/python3.10/site-packages tensorflow-metal + To make changes to the code, do so in the git repository while using the dependent packages in the conda environment: