Skip to content

Commit 7dee666

Browse files
authored
Remove duplicate installation instructions from README (#93)
Removed duplicate installation and usage instructions for ConvAssist.
1 parent 4505598 commit 7dee666

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,6 @@ ConvAssist works with Python 3.12.x or greater. Create a virtual environment and
3737

3838
#### Create a Virtual Environment with Poetry
3939

40-
1. **Clone the Repository**:
41-
```sh
42-
git clone https://github.com/IntelLabs/ConvAssist.git
43-
cd ConvAssist
44-
```
45-
46-
2. **Install Poetry**:
47-
If you don't have Poetry installed, you can install it by following the instructions on the [Poetry website](https://python-poetry.org/docs/#installation).
48-
49-
3. **Install Dependencies and Create Virtual Environment**:
50-
```sh
51-
poetry install
52-
```
53-
54-
This command will create a virtual environment, install the dependencies specified in the `pyproject.toml` file, and set up the environment for you.
55-
56-
4. **Activate the Virtual Environment**:
57-
```sh
58-
poetry shell
59-
```
60-
61-
This command activates the virtual environment created by Poetry.
62-
63-
## Installation and use
64-
ConvAssist works with Python 3.12.x or greater. Create a virtual environment and install the required packages. We provide a pyproject.toml file to assist, and use Poetry for package management.
65-
66-
#### Create a Virtual Environment with Poetry
67-
6840
1. **Clone the Repository**:
6941
```sh
7042
git clone https://github.com/IntelLabs/ConvAssist.git

0 commit comments

Comments
 (0)