Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merajsiddiqui/e7c36c856bbfcdcce396a96a567ca352 to your computer and use it in GitHub Desktop.
Save merajsiddiqui/e7c36c856bbfcdcce396a96a567ca352 to your computer and use it in GitHub Desktop.
Building Repository
1. Login to github account
2. Create a Repository of your choice
3. git clone your repository on your local machine
Setting up CircleCI
1. ad .circleci folder in root
2. ad config.yaml in .circleci folder
Setting Up VirtualEnv (Python)
1. virtualenv your_project
2. source my_project/bin/activate
3. touch requirement.text
4 Every thing you install make sure you put them in requirement.txt file with version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment