- install python with path setup
- install pip
for installation first you need make a new directory for run
mkdir <file-path>
on your command prompt
and make virtual environment to install virtual environment
for that
write your command prompt
py -m pip install --user virtualenv
and Enter
then again run
py -m venv env
writepython3 -m pip install --user virtualenv
on your terminal
then run
python3 -m venv env
for active virtual environment run
.\env\Scripts\activate
for Windows
source env/bin/activate
for linux and mac
then you need to clone this repository
for that run
git clone https://github.com/ruhullahil/miltonsthesis-client.git
on your cmd or terminal
then goto directory miltonsthesis-client
run
cd miltonsthesis-client
Then run
pip install -r requirement.txt
python lib/server/server.py
python lib/client/client.py