Skip to content

Commit

Permalink
fix setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
budawu committed Apr 5, 2023
1 parent a7169ed commit 48e8475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
python -m venv $1
.\$1\Scripts\activate
$1/bin/activate
pip install -r requirements.txt #下载依赖的包

pygmentize -S $2 -f html -a .codehilite > themes/highlight/highlight.css #语法高亮的css
Expand Down

0 comments on commit 48e8475

Please sign in to comment.