Skip to content

Commit

Permalink
feat: add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Apr 26, 2024
1 parent 8cf47d0 commit 3c7d29e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# compress_stl
# stl_compresser

usage: `python compress_stl.py`
usage:

```bash
pip install -r requirements.txt
python stl_compresser.py
```
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trimesh
open3d
File renamed without changes.

0 comments on commit 3c7d29e

Please sign in to comment.