-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jack Parmer
authored and
Jack Parmer
committed
Jun 18, 2024
1 parent
164dbb7
commit c604fcb
Showing
5 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Author-email: JP <[email protected]> | |
Requires-Python: >=3.7 | ||
Description-Content-Type: text/markdown | ||
License-File: LICENSE | ||
Requires-Dist: noise | ||
Requires-Dist: vnoise | ||
Requires-Dist: numpy | ||
Requires-Dist: pillow | ||
Requires-Dist: matplotlib | ||
|
@@ -16,6 +16,12 @@ Create delicious Voxel worlds in Python | |
|
||
## Install | ||
|
||
### From PyPi | ||
|
||
> pip3 install voxel_world | ||
|
||
### From source | ||
|
||
```sh | ||
git clone https://github.com/jackparmer/VoxelWorld.git | ||
cd VoxelWorld | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
noise | ||
vnoise | ||
numpy | ||
pillow | ||
matplotlib |