Skip to content

Instantly share code, notes, and snippets.

@korakot
Created December 29, 2020 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korakot/2cae183e4da66f42fd8d6053ceb94e13 to your computer and use it in GitHub Desktop.
Save korakot/2cae183e4da66f42fd8d6053ceb94e13 to your computer and use it in GitHub Desktop.
Install fastquant on Colab without fix-versioned dependency
# manually install dependencies, then use no-deps
!pip install backtrader croniter cryptography twython yfinance
!pip install fastquant ccxt --no-deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment