Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
pingpingy1 committed Nov 14, 2023
1 parent 5c4239c commit 09965c5
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@
HoPRe is a pun-recognition software based on first-order logic and lambda calculus.

## Installation
TBD

## Execution
TBD
1. Clone this repository.
```bash
git clone https://github.com/pingpingy1/HoPRe.git
cd HoPRe
```
2. Create and activate a Python virtual environment.
```bash
pyenv virtualenv 3.10.7 hopre3107
pyenv local hopre3107
```
3. Install required packages.
```bash
python setup.py
```
4. Run HoPRe.
```bash
python -m hopre.core
```

0 comments on commit 09965c5

Please sign in to comment.