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

Distribute through conda-forge #407

Open
7 of 10 tasks
diegoferigo opened this issue Oct 18, 2021 · 0 comments · Fixed by #406
Open
7 of 10 tasks

Distribute through conda-forge #407

diegoferigo opened this issue Oct 18, 2021 · 0 comments · Fixed by #406

Comments

@diegoferigo
Copy link
Member

diegoferigo commented Oct 18, 2021

This issue tracks the progress of distributing ScenarIO and gym-ignition through conda-forge. Previous experiments done in #279.

The project can then be installed as follows, without the need to install manually Ignition in the system:

mamba create -n gym_ignition_env "python==3.8.*" mamba
conda activate gym_ignition_env

# Install gym-ignition...
mamba install gym-ignition

# ... or only the ScenarIO Python bindings...
mamba install scenariopy

# ... or only the ScenarIO C++ library.
mamba install libscenario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant