Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Study Agent

<p>
<a href="https://github.com/2002yy/-study-agent/actions/workflows/ci.yml"><img src="https://github.com/2002yy/-study-agent/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
<a href="https://github.com/2002yy/study-agent/actions/workflows/ci.yml"><img src="https://github.com/2002yy/study-agent/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
<img src="https://img.shields.io/badge/python-3.12-blue" alt="Python 3.12">
<img src="https://img.shields.io/badge/tests-140-passing-green" alt="140 tests">
</p>
Expand Down
2 changes: 1 addition & 1 deletion USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## 2. 启动

```powershell
git clone https://github.com/2002yy/-study-agent.git study-agent
git clone https://github.com/2002yy/study-agent.git study-agent
cd study-agent
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down
Loading