Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
před 6 roky | |
|---|---|---|
| clusterview | před 6 roky | |
| tests | před 6 roky | |
| .gitignore | před 6 roky | |
| CONTRIBUTING.md | před 6 roky | |
| LICENSE | před 6 roky | |
| README.md | před 6 roky | |
| clusterview.py | před 6 roky | |
| clusterview.ui | před 6 roky | |
| clusterview_ui.py | před 6 roky | |
| conftest.py | před 6 roky | |
| documentation.tex | před 6 roky | |
| main_window.py | před 6 roky | |
| requirements.txt | před 6 roky | |
README.md
ClusterView
A project for viewing, manipulating, and learning clustering algorithms in Computational Geometry.
Running
First, make sure you have python installed. If not, follow the installation instructions for your distribution.
First:
sudo pip3 install virtualenv
To make sure you have a working virtualenv.
Now, start virtualenv:
virtualenv venv
source venv/bin/activate
You should see (venv) prefixing your command line.
Now, install the requirements:
pip3 install -r requirements.txt
This will insure all pre-requisites are installed. You will need the Qt Framework installed as well.
Finally, run:
python3 clusterview.py
To start the software.