Skip to content

Connor v0.1.0

Compare
Choose a tag to compare
@ycatsh ycatsh released this 24 Sep 15:09
· 43 commits to main since this release
Connor v0.1.0
Build type: Release

Install

Instructions are for both GUI and CLI. You choose which one you want to install. If you're opting for building the CLI from source then adding the file to path is recommended.

Windows

EXE (GUI)

  1. Download connor-win64.exe
  2. Run the executable.

CLI (pip)

  1. Make sure you have python and pip installed and added to path.
  2. Run pip install connor-nlp

Linux

CLI (pip)

  1. Make sure you have python3 and pip3 installed.
  2. Run pip3 install connor-nlp

Source

Clone repository:

git clone https://github.com/ycatsh/connor.git
cd connor

Create and activate virtual environment:

python3 -m venv venv
source venv/bin/activate

Install dependencies:

pip3 install -r requirements.txt

Run program:

For GUI:

connor --gui

For CLI:

connor -h

Add to path