Skip to content

Commit

Permalink
Docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenDuve committed Aug 19, 2023
1 parent 8aaec42 commit 342cd5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Then again within julia,
```julia
using Conda
using PyCall
Conda.pip_interop(true)
Conda.add("wheel")
Conda.add("box2d-py")
Conda.add("pygame")
Conda.pip("install", "git+https://github.com/SvenDuve/Gymnasium")
```

Expand Down

0 comments on commit 342cd5f

Please sign in to comment.