Skip to main content

python module for MAS DFAB project Rapid Clay Formations

Project description

compas_rcf

Travis (.com) GitHub PyPI

python module for MAS DFAB project Rapid Clay Formations

Example files

Installation

With Anaconda

  1. (Optional) set up environment if you don't have one with compas_rrc
    • conda create -n compas_rcf python=3.7 git compas_fab
    • conda activate compas_rcf
  2. Dependency compas_rrc is a private repository and needs to be installed first.
    • pip install git+https://bitbucket.org/ethrfl/compas_rrc
    • Authentication problems? Try this.
  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

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.org/ethrfl/compas_rrc
    • Authentication problems? Try this.
  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 if you want work on the code

With Anaconda

  1. (Optional) set up environment
    • conda create -n compas_rcf-dev python=3.7 git compas_fab
    • conda activate compas_rcf-dev
  2. Dependency compas_rrc is a private repository and needs to be installed first.
    • pip install git+https://bitbucket.org/ethrfl/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
      • You can run the last command in a folder you have cloned using another git client (like SourceTree)
    • Authentication problems? Try this.
  3. Then install compas_rcf
    • cd /path/to/repository/directory
    • git clone https://github.com/tetov/compas_rcf
    • pip install -e compas_rcf
    • Same goes here, you can run this in a folder cloned with SourceTree
  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.org/ethrfl/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
    • Authentication problems? Try this.
  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

Update installation

Run this command in your environment: pip install -U git+https://github.com/tetov/compas_rcf

If you are running the package from latest commit, git pull would achieve the same. If requirements have changed you will need to run pip install -e ..

Known issues

Authentication problems with BitBucket

Git authentication works so so on Windows. Try installing the new the new Git Credential Manager for Windows and authenticating with that.

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.5.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

compas_rcf-0.1.5-py2.py3-none-any.whl (27.4 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