# Indoor-Positioning
## Requirement
Collector is created based on Windows 10.
Server is...
Install Anaconda for Windows. Then implment Anaconda Prompt with **Administration mode** and move to project folder(Indoor-positioning).
## Collector
Now follow the steps below within Anaconda Prompt.
First, create virtual environment.
```shell
> conda env create -f environment.yaml
```
Now the virtual environment named **capstone** is created and you should activate it.
```shell
> conda activate capstone
```
Then, run the main.py.
```shell
> python main.py
```