Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 670 Bytes

CancerBattleSim

Import the CancerBattleSim Project locally

Follow this steps to create the CancerBattleSim project on your machine:

  1. Install Repast Simphony if you don't have it yet.
  2. Create a new Repast Simphony Project on your Eclipse app and type in the name CancerBattleSim
  3. Open your CLI and go to your newly created Repast Simphony project $ cd PATH_TO_YOUR_WORKSPACE/CancerBattleSim/)
  4. Execute the following commands in your CLI in this order:
git init
git remote add origin [email protected]:gmolki/CancerBattleSim.git
rm -rf CancerBattleSim.rs
git pull origin master --allow-unrelated-histories