1 00:00:00,000 --> 00:00:09,249 [MUSIC] 2 00:00:09,249 --> 00:00:11,006 Hi again, Megan here. 3 00:00:11,006 --> 00:00:15,307 In this practice session, you're going to practice setting up a python project. 4 00:00:15,307 --> 00:00:17,800 First, you'll start off in GitHub. 5 00:00:17,800 --> 00:00:22,033 And I want you to create a new repo for your project, 6 00:00:22,033 --> 00:00:25,087 then create a .gitignore file, and 7 00:00:25,087 --> 00:00:29,935 finally open your project locally using GitHub Desktop. 8 00:00:29,935 --> 00:00:34,086 Next, for your local setup you will need to set up a virtual 9 00:00:34,086 --> 00:00:37,865 environment in your new project folder. 10 00:00:37,865 --> 00:00:44,277 I want you to also add an app.py file then install SQLAlchemy. 11 00:00:44,277 --> 00:00:49,260 Next, freeze your project requirements. 12 00:00:49,260 --> 00:00:51,950 And finally, push your work back up to GitHub. 13 00:00:53,020 --> 00:00:56,410 Take your time, and I'll see you in the next video with the process.