Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #11

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
update pypi installation
  • Loading branch information
nnnyt authored Feb 5, 2024
commit f1d1603401e32cc2a5e6bc7fd30ab0ba9f2d2854
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ It is worth noting that the data needs to be processed before it can be used. In

To make use of our work, you should do these below:

**Git and install by `pip`**
Git and install by `pip`

```
pip install -e .
```

or install from `pypi`
```
pip install EduCAT
```

## Quick Start

Expand Down