You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments