8bd34d1881
* Create CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * fix: get run.sh posix compliant * Update venv.sh * Delete CONTRIBUTING.md --------- Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
4 lines
35 B
Bash
Executable File
4 lines
35 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python3.8 -m venv .venv
|