Skip to content

Latest commit

 

History

History

PyCharm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

IDE for Python.

Install

Windows

Download and run the .exe.

Linux

Download the *.tag.gz, extract it where you want it to be installed and then run ./pycharm.sh in .../bin.

Configure

Change or set virtualenv: Open a project -> Settings -> Project -> Project Interpreter
Find poetry's virtualenv with poetry env info.

Delete virtualenv: $: sudo rm -rf venv

Testing

Pick your default runner under: Ctrl+Alt+S -> Tools -> Python Integrated Tools -> Default Test Runner

Generate Python Tests

open a Python script -> Navigate -> Test -> pick test options

Shortcut: CTRL+SHIFT+T