Skip to content

Commit

Permalink
Updated manual install instructions
Browse files Browse the repository at this point in the history
Now explicitly calls out to get all default Anaconda packages on environment creation.
  • Loading branch information
BBeran committed Nov 12, 2016
1 parent d19a1de commit eac486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It is recommended to create a new Conda environment for this project:

```Batchfile
conda create --name Tableau-Python-Server python=2.7
conda create --name Tableau-Python-Server python=2.7 anaconda
```

Expand Down

0 comments on commit eac486d

Please sign in to comment.