Hierarchy to compile fastai files

Hi,

Tried very hard to install fastai on Windows 10 and no success. Then decided to compile the fastai .py files one by one in the ILE to run the lessons. Has anyone done it before? If yes, can you please share the hierarchy or order in which one has to compile the files, so that dependencies are resolved?

Hi @joresh ,

Did you tried this way, typing the command bellow on the root folder of the cloned repository ?

python3 setup.py bdist_wheel

this will create a folder called dist with the package inside of it. or you can just install with pip command because its already on pypi.org repository

pip install fastai