Nie możesz wybrać więcej, niż 25 tematów
			Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
		
		
		|  | 6 lat temu | |
|---|---|---|
| clusterview | 6 lat temu | |
| tests | 6 lat temu | |
| .gitignore | 6 lat temu | |
| CONTRIBUTING.md | 6 lat temu | |
| LICENSE | 6 lat temu | |
| README.md | 6 lat temu | |
| clusterview.py | 6 lat temu | |
| clusterview.ui | 6 lat temu | |
| clusterview_ui.py | 6 lat temu | |
| conftest.py | 6 lat temu | |
| documentation.tex | 6 lat temu | |
| main_window.py | 6 lat temu | |
| requirements.txt | 6 lat temu | |
		
			
				
				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.