Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# Create a folder for the whole project
mkdir myProject
cd myProject

# Download the repository
git clone <httpshttps://github.com/Cloud-PG/dataset-generator.git>git

# Enter the project folder
cd dataset-generator

# Install dependencies
pip3 install -r requirements.txt

# Back to main project folder
cd ..

...

# Download the repository
git clone --branch v2.0.2 <httpshttps://github.com/Cloud-PG/smart-cache.git>git

# Enter the project folder
cd smart-cache

# Install the Utilities
cd SmartCache/sim/Utilities
pip3 install -e .
cd ../../..

# Install the Probe module
cd Probe
python3 setup.py install
cd ..

# Install general requirements
pip3 install coloredlogs colorama dash_daq biokit

# Back to main project folder
cd ..

...