Skip to content

Releases: ycatsh/connor

Connor v0.1.1

24 Sep 15:10
Compare
Choose a tag to compare
Connor v0.1.1
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:

python run.py --gui

For CLI:

python run.py -h

Connor v0.1.0

24 Sep 15:09
Compare
Choose a tag to compare
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