Skip to content

Commit

Permalink
📝 Update dependenceis
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jul 13, 2024
1 parent cf2cf82 commit 63eb581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ pip install git+https://github.com/yhs0602/CraftGround
- GLEW
- libpng
- zlib
- cmake

### Conda setup
```shell
sudo apt update
sudo apt install libglew-dev cmake libpng-dev
echo $JAVA_HOME
conda create -n my-experiment python=3.9
conda activate my-experiment
conda install -c conda-forge openjdk=21
Expand Down

0 comments on commit 63eb581

Please sign in to comment.