mikeckennedy / python-for-entrepreneurs-course-demos

Contains all the "handout" materials for Talk Python's Python for Entrepreneurs course. This includes notes and the final version of the website code.
https://training.talkpython.fm/courses/explore_entrepreneurs/python-for-entrepreneurs-build-and-launch-your-online-business
MIT License
286 stars 141 forks source link

Explanation how to run a CLI project in pycharm community #1

Closed sephib closed 8 years ago

sephib commented 8 years ago

Hi, Just thought that you may want to add the instructions how to run a CLI pyramid project in pycharm community addition. (after running the CLI commands)

In windows it was something of this sort

  1. Add local virtual environment to project settings / interpreter Drive:\Full_path_to_folder\virtualenv\blueyellow\Scripts\python.exe
  2. edit configuration for running project: 2.1. Script: Drive:\Full_path_to_folder\virtualenv\blueyellow\Scripts\pserve-script.py 2.2. Script parameters Drive:\Full_path_to_folder\blue_yellow_app\development.ini
mikeckennedy commented 8 years ago

Yep, that sounds about right. How about this?

https://training.talkpython.fm/player/course/python-for-entrepreneurs-build-and-launch-your-online-business/lecture/50410

:)

mikeckennedy commented 8 years ago

And for those of you without access:

https://youtu.be/_acAGHV4YZs

sephib commented 8 years ago

yup - looks good. great response time!

mikeckennedy commented 8 years ago

Great, I did seem to omit windows, but hopefully the ideas and commands translate closely enough.