Skip to content

Commit 7e64a05

Browse files
Update README.md
Co-authored-by: Ravin Kohli <[email protected]>
1 parent 6b10a79 commit 7e64a05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ git submodule update --init --recursive
2727
# Create the environment
2828
conda create -n autopytorch python=3.8
2929
conda activate autopytorch
30-
conda install gxx_linux-64 gcc_linux-64 swig
30+
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
3135
cat requirements.txt | xargs -n 1 -L 1 pip install
3236
python setup.py install
3337

0 commit comments

Comments
 (0)