Metadata-Version: 2.2
Name: CFEDemands
Version: 0.6.4.dev0
Summary: Tools for estimating and computing Constant Frisch Elasticity (CFE) demands.
Home-page: https://github.com/ligon/CFEDemands
Author-email: ligon@berkeley.edu
License: Creative Commons Attribution-Noncommercial-ShareAlike 4.0 International license
Description-Content-Type: text/plain
License-File: LICENSE.txt
Requires-Dist: ConsumerDemands>=0.3.dev0
Requires-Dist: matplotlib>=3.5.1
Requires-Dist: numpy>=1.21.5
Requires-Dist: pandas>=1.3.5
Requires-Dist: scipy>=1.7.3
Requires-Dist: importlib_metadata>=6.7.0
Requires-Dist: fsspec


=========================================
Constant Frisch Elasticity Demand Systems
=========================================

This repository contains code for working with Constant Frisch
Elasticity (CFE) demand systems.  

INSTALLATION
============

The preferred installation method involves using ``pip``.  If you don't
have this  installed (or if your install is old), see
https://pip.pypa.io/en/stable/installing/
  
  1. With pip::

        pip install CFEDemands

  2. As a python package: Unzip/untar the relevant archive (which can
     be downloaded from https://pypi.python.org/pypi/CFEDemands/), then::

        cd CFEDemands-[version]/
        sudo python setup.py install

  3. Using git: Clone the repository found at
     https://github.com/ligon/CFEDemands to someplace in
     your filesystem, e.g. (for user jrandom, on a machine with user
     directories under /home/)::

        git clone git@github.com:ligon/CFEDemands.git /home/jrandom/CFEDemands
