https://github.com/sd2001/base-template
Base Template for Future Repositories
https://github.com/sd2001/base-template
Last synced: 4 months ago
JSON representation
Base Template for Future Repositories
- Host: GitHub
- URL: https://github.com/sd2001/base-template
- Owner: sd2001
- License: mit
- Created: 2021-08-19T15:09:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T15:31:19.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T14:50:11.572Z (about 1 year ago)
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



is available under MIT License, read the LICENSE file for more info
```
git clone https://github.com/sd2001/repo-name.git
```
```
cd repo-name
```
```
pip install virtualenv
python -m venv
source /bin/activate
pip install -r requirements.txt
```
```
bash run.sh
```