Skip to content

construct-org/construct_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

construct_setup

Setup construct core packages.

package description version
construct Core api 0.1.40
construct_cpenv Cpenv Integration 0.3.0
construct_launcher Application launcher 0.2.0
construct_maya Autodesk Maya integration 0.1.13
construct_hou Side Effects Houdini integ. 0.1.1
construct_nuke The Foundry Nuke integration 0.1.10
construct_ui Graphical user interface 0.2.3
fsfs File system metadata latest

Installation

Construct requires Git and Python 2.7 or 3.4+. The best method of installing construct is to use the install scripts included in this repository. These install construct into custom locations and allow for installing multiple versions of construct alongside each other. A symlink is created linking the current version upon install.

Windows

Launch a command prompt as an Administrator and run the following commands.

> cd %TMP%
> git clone https://github.com/construct-org/construct_setup
> cd construct_setup
> install

The default install path on windows is C:\Construct.

Linux and Mac

Launch a terminal and run the following commands.

> git clone https://github.com/construct-org/construct_setup
> cd construct_setup
> sudo -s
> source install.sh

The default install path on Linux and Mac is /opt/construct.

Test your install

After installing you should have access to the construct cli.

> cons

Installation Options

optional arguments:
  -h, --help         show this help message and exit
  --version VERSION
  --python PYTHON    Python Executable
  --where WHERE      Where to install
  --config CONFIG    Location of a construct configuration file.
  --local            Install from local directory.

Advanced: Install via pip

You can install construct via pip but you will be forced to manage versioning yourself.

pip install PySide2
pip install -I git+git://github.com/construct-org/construct_setup.git