-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Pradeep Vemulakonda edited this page Jul 20, 2017
·
3 revisions
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.
- Install PyCharm community edition
- Run PyCharm
- Do not import any settings(Optional)
- PyCharm Landing page should be shown
- Create project from Github
- Login to Github
- Git Repository URL = https://github.com/pradeepvemulakonda/Snomed.git
- Open imported project
- Project should opened in the IDE
- Install Python version 3.6.1
- Open Settings in PyCharm to configure Python.
- Should open the properties pane
- Set Project Interpreter
- Create Virtual Env
- Set the Base Interpreter to Python.exe or Python 3.6.1
- PIP and setuptools should be installed along with the interpreter.
- Install Py2Neo
- Install py2neo version 3.2.1
- You should see a success message, click apply and ok.
- Set the config properties to your location paths
- Run or debug the main application script run_snomed_upload.py