Skip to main content

python module for MAS DFAB project Rapid Clay Formations

Project description

compas_rcf

python module for MAS DFAB project Rapid Clay Formations

Installation

With Anaconda

  1. (Optional) set up environment conda create -n compas_rcf python=3.7 git
  2. Dependency compas_rrc is a private repository and needs to be installed first. pip install git+https://bitbucket.com/eth-rfl/compas_rrc
  3. Then install compas_rcf conda install compas_rcf or conda install compas_rcf=version for specific version.
  4. Make package accessible in Rhino and Grasshopper python -m compas_rcf.install_rhino

With pip

  1. (Optional) set up environment
  2. Dependency compas_rrc is a private repository and needs to be installed first. pip install git+https://bitbucket.com/eth-rfl/compas_rrc
  3. Then install compas_rcf pip install compas_rcf or pip install compas_rcf==version for specific version.
  4. Make package accessible in Rhino and Grasshopper python -m compas_rcf.install_rhino

Installation for contributors

With Anaconda

  1. (Optional) set up environment
    • conda create -n compas_rcf-dev python=3.7 git
  2. Dependency compas_rrc is a private repository and needs to be installed first.
    • pip install git+https://bitbucket.com/eth-rfl/compas_rrc
    • Alternatively you can install it from a directory if you need to make changes:
      • cd /path/to/repository/directory
      • git clone https://bitbucket.com/eth-rfl/compas_rrc
      • pip install -e compas_rrc
  3. Then install compas_rcf
    • cd /path/to/repository/directory
    • git clone https://github.com/tetov/compas_rcf
    • pip install -e compas_rcf
  4. Make package accessible in Rhino and Grasshopper python -m compas_rcf.install_rhino

With pip

  1. (Optional) set up environment
  2. Dependency compas_rrc is a private repository and needs to be installed first.
    • pip install git+https://bitbucket.com/eth-rfl/compas_rrc
    • Alternatively you can install it from a directory if you need to make changes:
      • cd /path/to/repository/directory
      • git clone https://bitbucket.com/eth-rfl/compas_rrc
      • pip install -e compas_rrc
  3. Then install compas_rcf
    • cd /path/to/repository/directory
    • git clone https://github.com/tetov/compas_rcf
    • pip install -e compas_rcf
  4. Make package accessible in Rhino and Grasshopper python -m compas_rcf.install_rhino

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compas_rcf-0.1.2.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

compas_rcf-0.1.2-py2.py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page