Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 957 Bytes

ecosystem.md

File metadata and controls

37 lines (30 loc) · 957 Bytes
layout title nav_order description permalink
default
Ecosystem
2
/ecosystem

Python For Change Ecosystem

Sofware (for developers)


[Get the last version here](https://github.com/PythonForChange/pyforchange/archive/refs/heads/master.zip){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

Installation

Option 1: Use pip (recommended, last stable version)

  1. Install pyforchange
pip install pyforchange
  1. Import the module "<module_name>" in your python file
import pyforchange.<module_name>
  1. Enjoy!

Option 2: Download the source (unstable pre-realise version)

  1. Download the source into your proyect folder

  2. Import the source in your python file

  3. Enjoy!