Deepdrive docs
  • Deepdrive
  • vendor
    • openai
      • README
        • PPO2
        • A2C
    • tensorflow
      • Surgically extracted MobileNetV2 from tensorflow/models @ 84da970ee43c04fbd53a1db3c824ea32cec8936b
        • TensorFlow Research Models
          • slim
            • nets
              • README
          • Running the TensorFlow Official ResNet with TensorRT
  • Deepdrive
  • docs
    • tutorial
      • cloud
        • Cloud setup
      • uepy
        • UnrealEnginePython Tutorial
      • leaderboard
        • Submitting to the Deepdrive leaderboard
    • Miniconda
  • README
Powered by GitBook
On this page

Was this helpful?

  1. docs

Miniconda

PreviousSubmitting to the Deepdrive leaderboardNextREADME

Last updated 5 years ago

Was this helpful?

Then download the 64-bit Linux installer from or click

Now run the Miniconda installer

bash Miniconda3-latest-Linux-x86_64.sh

Next, create a conda env for deepdrive

bash # to get conda in your shell
conda create -n dd python=3.7
conda activate dd
Miniconda
here