Skip to content
Pradeep Vemulakonda edited this page Jul 20, 2017 · 3 revisions

Run and Debug Application

This Guide takes you through the steps required to run and debug the Snomed python application.

Note: This guide is for developers who wants to run and debug the application in an IDE. To run the application use Python 3.5 and run the main script as described in the Readme.

Steps:

  • Install PyCharm community edition

Download PyCHarm and Install

  • Run PyCharm

Run PyCharm

  • Do not import any settings(Optional)

Ignore any popups

  • PyCharm Landing page should be shown

Landing Page

  • Create project from Github

Create from GitHub

  • Login to Github

Login to Github

Project Repository

  • Open imported project

Open Projectj

  • Project should opened in the IDE

Download Intellij

  • Install Python version 3.6.1

Install Python 3.6.1

  • Open Settings in PyCharm to configure Python.

Open Settings

  • Should open the properties pane

Display Settings Pane

  • Set Project Interpreter

Set Interpreter

  • Create Virtual Env

Download Intellij

  • Set the Base Interpreter to Python.exe or Python 3.6.1

Set base interpreter Set location of interpreter

  • PIP and setuptools should be installed along with the interpreter.

Installed Virtual Env

  • Install Py2Neo

Add a library Select py2neo

  • Install py2neo version 3.2.1

Download Intellij

  • You should see a success message, click apply and ok.

Download Intellij Download Intellij

  • Set the config properties to your location paths

Download Intellij

  • Run or debug the main application script run_snomed_upload.py

Download Intellij