We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d0c8a commit 5b1d443Copy full SHA for 5b1d443
1 file changed
README.md
@@ -2004,6 +2004,11 @@ it into the assets section of the releases page:
2004
$ cd $CONDA_PREFIX/envs
2005
$ tar czf songexplorer-<version>-<architecture>.tar.gz songexplorer
2006
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
2012
To make changes to the code, do so in the git repository while using the
2013
dependent packages in the conda environment:
2014
0 commit comments