-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions for setting up a flask application #38
Comments
Planning to write this, or looking for someone to? |
I can volunteer myself, but will probably need good amount of help confirming it's the best way! |
Are you looking to get to Hello World, or more like getting an existing application up and running? We’ve had complete setup guides at CfA for other frameworks before (1, 2, 3, 4), and typically they are of limited value and fall out of date very quickly. The Rails guide here is not much of a model. |
Hm, I guess I'm not sure. I brought this up while thinking about what to link to here if someone wanted to install it on their computer. So probably for existing applications. Since each Flask project is likely going to be unique for how the application is actually initialized, the virtualenv instructions may suffice. |
I think your use-case is primarily for others looking to get it setup locally to help out developing. So for your situation, I'd suggest doing this in your Readme:
|
Probably a link to Virtualenv for that one would be sufficient; Procfile too when you get that far. Flask plays by enough of Python’s rules that it’s possibly not necessary to give it its own guide. |
No description provided.
The text was updated successfully, but these errors were encountered: