The Cluj-Napoca Real Estate market, for better or worse, has been booming in the last years. In this repo you can find a real estate data analysis of this market. All data has been collected and analyzed by the authors.
The virtual environment was initialized with the following command:
python3 -m venv virtual_env
To activate:
source virtual_env/bin/activate
To save the environment, we used:
pip3 freeze > requirements.txt
And here is what you have to do to have all the requirements for this repository:
pip3 install -r requirements.txt