Skip to content

Commit 5b1d443

Browse files
committed
doc pip3 install
1 parent b9d0c8a commit 5b1d443

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,11 @@ it into the assets section of the releases page:
20042004
$ cd $CONDA_PREFIX/envs
20052005
$ tar czf songexplorer-<version>-<architecture>.tar.gz songexplorer
20062006

2007+
After downloading, some users will need to re-install some pip dependencies
2008+
(e.g. tensorflow-metal on MacOS) as they are not in general relocatable:
2009+
2010+
$ pip3 install --target <path-to-unzipped-tarball>/songexplorer/lib/python3.10/site-packages tensorflow-metal
2011+
20072012
To make changes to the code, do so in the git repository while using the
20082013
dependent packages in the conda environment:
20092014

0 commit comments

Comments
 (0)