Changes

Jump to: navigation, search

K-Scale Sim Library

266 bytes added, 22 May
no edit summary
== Getting Started ==
This repository requires Python 3.8 due to compatibility issues with underlying libraries. We hope to support more recent Python versions in the future.
 
 
Clone this repository:
<pre>
git clone https://github.com/kscalelabs/sim.git
cd sim
</pre>
Create a new conda environment and install the package:
<pre>
conda create --name kscale-sim-library python=3.8.19
conda activate kscale-sim-library
make install-dev
</pre>

Navigation menu