Metadata-Version: 2.1
Name: myBWS
Version: 0.0.1
Summary: Tool for conducting and analyzing best-worst scaling surveys
Author: Aram Barseghyan, Sergo Poghosyan, Arevik Papikyan, Nare Stepanyan, Elen Sukiasyan
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.10, <3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# BWS
Tool for conducting and analyzing best-worst scaling surveys

# Setup Repository

Open new bash terminal (you need to have bash installed)
Follow the steps:
1. Create virtual environment:
$ python -m venv venv
2. Activate the virtual environment:
Windows: $ venv/Scripts/activate
MacOS/Linux: $ venv/bin/activate
3. Install all packages and dependencies
$ pip install -r requirements.txt

Ready to use!!!
