Skip to content

PhilySky7/project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Template for quick start using Bash

Description

This template helps you quickly get started with your Python project. Pay attention to the following features:

  1. macOS and Linux oriented
  2. Make sure you have Python3 installed
  3. Makefile description

Clone this repository

git clone https://github.com/PhilySky7/project_template.git

Usage

Use the following command to run the script while in the project directory:

chmod +x ./template.sh && ./template.sh

Create and activate virtual environment

cd <your_project_directory>
python3 -m venv venv
source venv/bin/activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages