Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 653 Bytes

OpenFisca Web-Site

OpenFisca is a versatile microsimulation free software.
This is the source code of the Web-Site.

For more information, please consult http://openfisca.org/doc/

Install procedure

To install and serve the OpenFisca France website locally using a package manager like brew:

A/ Install the following packages:

pip install pastescript
brew install libmagic
brew install bower

B/ Run the following commands:

pip install -e .
bower install

C/ Serve locally:

paster serve development-france.ini Visit http://127.0.0.1:2010 to see the website.