Last active
August 29, 2015 14:04
-
-
Save archerslaw/3a6f60e7c70c5ff11b13 to your computer and use it in GitHub Desktop.
pycharm installation and instructions.
This file contains hidden or 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
- Pycharm Community Edition FREE | |
http://www.jetbrains.com/pycharm/download/ | |
- Installation Instructions: | |
Copy the pycharm-*.tar.gz to the desired installation location | |
(make sure you have rw permissions for that directory) | |
Unpack the pycharm-*.tar.gz using the following command: | |
tar xfz pycharm-*.tar.gz | |
Remove the pycharm-*.tar.gz to save disk space (optional) | |
Run pycharm.sh from the bin subdirectory | |
NOTE: PyCharm on Linux doesn't need special installation or running any installation script. It runs out of the pycharm-*.tar.gz | |
- Configure Instructions: | |
http://blog.snsgou.com/post-26.html | |
- Pycharm new feature: | |
http://www.jetbrains.com/pycharm/features/ | |
- Quick Start Guide. Exploring the IDE: | |
http://www.jetbrains.com/pycharm/quickstart/ | |
- PyCharm Docs & Demos: | |
http://www.jetbrains.com/pycharm/documentation/ | |
- How to Get Started with PyCharm and Have a Productive Python IDE | |
http://pedrokroger.net/getting-started-pycharm-python-ide/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment