View the Project on GitHub UVU-CS2450-001-Fall2020-Team2/EmpDat
Is this hard to read? View this on GitHub!
Employee Database Application for CS 2450-001 Fall 2020.
Licenses and attributions attached in the LICENSES.txt and under Help>About in the application
EmpDat was designed with Windows users in mind. However, EmpDat can be run on any operating system Python is supported on.
Portable.win.zip to a location of choice.EmpDat.exeMost of the steps require a terminal window.
src_w_deps.zip.\venv\Scripts\activate.batpip install -r requirements.txtpython EmpDat.pyMost of the steps require a terminal window.
src.zippip3 install -r requirements.txtpython3 EmpDat.py-1Ineed2changemypassword!A virtual environment (a shadow copy of an already installed Python) is recommended Python
git clone https://github.com/UVU-CS2450-001-Fall2020-Team2/EmpDat.gitpython3 -m venv venv/venv/Scripts/activate.batsource venv/bin/activatepip3 install -r requirements.txtpython EmpDat.pyAny time anything needs to be ran or installed
within the application, activate the virtual environment using
Step 3 above. Deactivation can be done with the command deactivate.