We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b10a79 commit 7e64a05Copy full SHA for 7e64a05
README.md
@@ -27,7 +27,11 @@ git submodule update --init --recursive
27
# Create the environment
28
conda create -n autopytorch python=3.8
29
conda activate autopytorch
30
-conda install gxx_linux-64 gcc_linux-64 swig
+For Linux:
31
+ conda install gxx_linux-64 gcc_linux-64 swig
32
+For mac:
33
+ conda install -c conda-forge clang_osx-64 clangxx_osx-64
34
+ conda install -c anaconda swig
35
cat requirements.txt | xargs -n 1 -L 1 pip install
36
python setup.py install
37
0 commit comments