Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
haonan-li committed Apr 9, 2024
1 parent 0a4eeeb commit fd8f6a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@ Loki is our open-source solution designed to automate the process of verifying f
### Clone the repository and navigate to the project directory
```bash
git clone https://github.com/Libr-AI/OpenFactVerification.git
cd factcheckservice
cd OpenFactVerification
```

### Installation with poetry
### Installation with poetry (option 1)
1. Install Poetry by following it [installation guideline](https://python-poetry.org/docs/).
2. Install all dependencies by running:
```bash
poetry install
```

### Installation with pip
### Installation with pip (option 2)
1. Create a Python environment at version 3.9 or newer and activate it.


2. Navigate to the project directory and install the required packages:
```bash
pip install -r requirements.txt
Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ name = "openfactverification"
version = "0.1.0"
description = "Loki: An Open-source Tool for Fact Verification"
authors = [
"Hao Wang <[email protected]>",
"Yuxia Wang <[email protected]>",
"Minghan Wang <[email protected]>",
"Yilin Geng <[email protected]>",
"Zhen Zhao <[email protected]>",
"Preslav Nakov <[email protected]>",
"Timothy Baldwin <[email protected]>",
"Zenan Zhai <[email protected]>",
"Xudong Han <[email protected]>",
"Hao Wang <[email protected]>",
"Yuxia Wang <[email protected]>",
"Minghan Wang <[email protected]>",
"Yilin Geng <[email protected]>",
"Zhen Zhao <[email protected]>",
"Preslav Nakov <[email protected]>",
"Timothy Baldwin <[email protected]>",
"Zenan Zhai <[email protected]>",
"Xudong Han <[email protected]>",
"Haonan Li <[email protected]>"
]
license = "MIT"
Expand Down

0 comments on commit fd8f6a1

Please sign in to comment.