Skip to content

Commit

Permalink
simplify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 committed Oct 25, 2018
1 parent af807e0 commit ddbca31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,11 @@ If for any reason you can't use the prepackaged packages and have to build from

If the installation process fails, first make sure [your system is supported](https://github.com/fastai/fastai/blob/master/README.md#is-my-system-supported). And if the problem is still not addressed, please refer to the [troubleshooting document](https://docs-dev.fast.ai/troubleshoot.html).

If you encounter installation problems with conda, make sure you have the latest `conda` client:
```
conda update conda
```

Sometimes you have to run the following instead:

If you encounter installation problems with conda, make sure you have the latest `conda` client (`conda install` will do an update too):
```
conda install conda
```


### Is My System Supported?

1. Python: You need to have python 3.6 or higher
Expand Down
9 changes: 6 additions & 3 deletions docs/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ I tweaked the prompt output for this example by adding whitespace to align the e

So now you don't need to guess and you know exactly which environment has been activated if any before you execute any code.




### Am I using my GPU(s)?

It's possible that your system is misconfigured and while you think you're using your GPU you could be running on your CPU only.
Expand Down Expand Up @@ -328,13 +331,13 @@ Before making a new issue report, please:
1. Make sure you have the latest `conda` and/or `pip`, depending on the package manager you use:
```
pip install pip -U
conda update conda
conda install conda
```
and then check whether the problem you wanted to report still exists.
and then repeat the steps and see whether the problem you wanted to report still exists.
2. Make sure [your platform is supported by the preview build of `pytorch-1.0.0`](https://github.com/fastai/fastai/blob/master/README.md#is-my-system-supported). You may have to build `pytorch` from source if it isn't.
3. Make sure you follow [the exact installation instructions](https://github.com/fastai/fastai/blob/master/README.md). If you improvise and it works that's great, if it fails please RTFM ;)
3. Make sure you follow [the exact installation instructions](https://github.com/fastai/fastai/blob/master/README.md#installation). If you improvise and it works that's great, if it fails please RTFM ;)
If you followed the steps in this document and couldn't find a resolution, please post a comment in this [thread](https://forums.fast.ai/t/fastai-v1-install-issues-thread/24111/1).
Expand Down

0 comments on commit ddbca31

Please sign in to comment.