Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform Dependency Management #5

Open
jgwill opened this issue Sep 14, 2024 · 0 comments
Open

Platform Dependency Management #5

jgwill opened this issue Sep 14, 2024 · 0 comments

Comments

@jgwill
Copy link
Owner

jgwill commented Sep 14, 2024

musescore3
ImageMagick
abc2midi

jgwill added a commit that referenced this issue Sep 14, 2024
musescore3
ImageMagick
abc2midi
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
jgwill added a commit that referenced this issue Sep 14, 2024
* usage of which
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
* we are interested by "convert"
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
jgwill added a commit that referenced this issue Sep 14, 2024
* Expect dependencies to install on the cloud builder
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
* install orpheuspypractice for clear view of the step results
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
jgwill added a commit that referenced this issue Sep 14, 2024
* Separated the Action steps by package
* Other
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
jgwill added a commit that referenced this issue Sep 14, 2024
* build copy the dist/* and does pip install
* dkrun:
```sh
odep install_abc2midi
odep install_imagemagick
odep install_musescore

if [ "$(odep is_musescore_installed)" == "True" ];then echo "Musescore dependencies are ok";fi
if [ "$(odep is_imagemagick_installed)" == "True" ];then echo "Image convertions dependencies are ok";fi
if [ "$(odep is_abc2midi_installed )" == "True" ];then echo "MIDI Conversion dependencies are ok";fi
```
or
```sh
# Script is copied on the container
bash /scripts/scripts/odep_install_dep_n_test_if_installed.sh
```
issue #5
jgwill added a commit that referenced this issue Sep 14, 2024
```sh
# Script is copied on the container
bash /scripts/scripts/odep_install_dep_n_test_if_installed.sh
```
issue #5
jgwill added a commit that referenced this issue Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant