Skip to content

Commit

Permalink
update python v in readme, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyi15 committed Feb 29, 2024
1 parent 8d8eb21 commit 23cf62d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
bin/
lib/python3.8/site-packages/
Archive/
venv/
*.pyc
__pycache__/
static/node_modules/
.DS_Store
pyvenv.cfg
test.wav
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ It's from Yi Shan's thesis project at NYU Music Tech Program.

## How to run
Two ways to create a clean environment are provided, you can choose one of them.
Based on my experiment experience, `conda` is recommended.
Based on the experience during test, if you already have `conda` installed, `conda` is recommended. If not, `virtualenv` is better.

Suggested Python Version: 3.8. Newer Version may bring lib conflicts.

Virtualenv method has been tested on Windows 11. Conda method has been tested on MacOS Sonoma.

### Conda
```
Expand Down

0 comments on commit 23cf62d

Please sign in to comment.