Last active
December 31, 2019 15:35
-
-
Save muokicaleb/4e09739ec4d9cf6aab298cf25e4d682b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/fastai/fastai | |
cd fastai | |
conda create -n fastai python=3.6 anaconda | |
conda env update | |
activate fastai | |
i | |
### Windows | |
cmd /c mklink /D C:\fastai C:\cloned_repo_dir\fastai\fastai\old\fastai |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment