Skip to content
Snippets Groups Projects
Commit f0e21b68 authored by ameyner2's avatar ameyner2
Browse files

Added XlsxWriter

parent 3917eacb
No related branches found
No related tags found
No related merge requests found
...@@ -122,4 +122,15 @@ Users should include this line in any shell scripts calling VASE: ...@@ -122,4 +122,15 @@ Users should include this line in any shell scripts calling VASE:
``` ```
export PYTHONPATH=/home/u035/project/software/lib/python3.6/site-packages export PYTHONPATH=/home/u035/project/software/lib/python3.6/site-packages
``` ```
\ No newline at end of file
## XlsxWriter
```
cd /home/u035/project/software/install
git clone https://github.com/jmcnamara/XlsxWriter.git
cd XlsxWriter
/home/u035/project/software/bcbio/anaconda/bin/python3 setup.py install --prefix /home/u035/project/software
```
See above for PYTHONPATH.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment