Created
October 13, 2017 13:31
-
-
Save merajsiddiqui/e7c36c856bbfcdcce396a96a567ca352 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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