Skip to content

robert/auto-project-builder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

auto-project-builder

This is my example code for Programming Projects for Advanced Beginners #7: auto-project-builder. In this project we build a program that builds other programs for us.

Setup

  • Create a virtual environment: virtualenv vendor
  • Enter the virtual environment: source vendor/bin/activate
  • Install dependencies: pip3 install -r requirements.txt

Running

  • Run setup as above
  • python3 main.py

About

Example code for PPAB#7: auto-project-builder

Resources

Stars

Watchers

Forks

Languages