Releases: ycatsh/connor
Releases · ycatsh/connor
Connor v0.1.1
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)
- Download
connor-win64.exe
- Run the executable.
CLI (pip)
- Make sure you have
python
andpip
installed and added to path. - Run
pip install connor-nlp
Linux
CLI (pip)
- Make sure you have
python3
andpip3
installed. - 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
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)
- Download
connor-win64.exe
- Run the executable.
CLI (pip)
- Make sure you have
python
andpip
installed and added to path. - Run
pip install connor-nlp
Linux
CLI (pip)
- Make sure you have
python3
andpip3
installed. - 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