-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Marismar da Costa Silva edited this page Jun 23, 2016
·
4 revisions
-
Create the project folder
-
Add the following files to the project folder
requirements.txt - where are put all the necessary packages in the projects, that basically resume in infosystem; setup.cfg - describe the project data; setup.py - the file generation configuration that would be running on the server; tox.ini - python version and test; .gitignore - describe the files and folders that would be ignored when the project will be add in one repository; app.py - programming of application; -
Create a new folder inside the project root folder
-
Add the following files in the new folder
__init__.py - python standard file, use to upload packages; system.py - declare the controllers; -
Make the file system import on the file app.py
-
Run command:
pip3 install infosystem
For tests:
Make download on Google Chromium of postman app, to generate requests.