Skip to content

Commit

Permalink
doc pip3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Oct 14, 2024
1 parent b9d0c8a commit 5b1d443
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,11 @@ it into the assets section of the releases page:
$ cd $CONDA_PREFIX/envs
$ tar czf songexplorer-<version>-<architecture>.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 <path-to-unzipped-tarball>/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:

Expand Down

0 comments on commit 5b1d443

Please sign in to comment.