- Install Python
- Add python to path
- Open command prompt
- Verify python installation by running
python --version'
- Create a project directory. Use following commands
mkdir project
cd project
- Extract
version_1.zip
- Create a virtual environment
On windows run
python -m venv env
On Max/Linux run
python3 -m venv env
- Activate virtual environment
On windows run
env\Scripts\activate
On Max/Linux run
source env/bin/activate
- Install Libraries
Windows -pip install requirements.txt
Max/Linux -pip3 install requirements.txt
- Run the app
Windows -python app.py
Max/Linux -python3 app.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Miloni2010/Material-Selector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published