Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 490 Bytes

RealEstate2

A simulation of a real estate.

Build With

  • python

How To Use

  • at first you should install virtualenv

apt-get install python3-virtualenv

  • then create a new virtual environment

virtualenv -p python3 venv

  • then we have to activate it

. venv/bin/activate

  • to run the projectswe just need to run main.py file so:

python3 main.py

you can choose what you wanna do in terminal.

  • Wish you have enjoyed that!Good Luck:D