-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
CoC is based on several open-source platforms. Since the software is deployed on the clouds, you do not need to install it for performing analysis, however, if you need to develop a new material model or like to help us improve this project, please take the following steps to fork and install this project.
You need to follow the steps carefully to be able to use all of the capabilities.
$ git clone https://github.com/shf/ASC_Challenge.git
We strongly recommend to use Linux or Windows Subsystem for Linux for this project. Python is installed by default on your system.
Create a virtual environment in your main folderfor this project. You can see the requirement list in the project main directory:
cd ASC_Challenge
pip install virtualenv
virtualenv venv
source venv\bin\activate