Skip to content

Commit a9603a0

Browse files
updated default TF recommendation to tf-nightly
1 parent ca63cb0 commit a9603a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
batchglm was developed in the context of diffxpy to allow fast model fitting for differential expression analysis for single-cell RNA-seq data. However, one can use batchglm or its concepts in other scenarios where over-determined GLMs are encountered. batchglm is based on TensorFlow
55

66
# Installation
7-
1. Install tensorflow, see below.
7+
1. Install tensorflow, see below. Please use the pip installation if you are unsure.
88
2. Clone the GitHub repository of batchglm.
99
3. cd into the clone.
1010
4. pip install -e .
@@ -16,9 +16,9 @@ Tensorflow can be installed like any other package or can be compiled from sourc
1616
You can install tensorflow via pip or via conda, both are also documented here: https://www.tensorflow.org/install/ .
1717
#### pip
1818
- CPU-only: <br/>
19-
`pip install tensorflow`
19+
`pip install tf-nightly`
2020
- GPU: <br/>
21-
`pip install tensorflow-gpu`
21+
`pip install tf-nightly-gpu`
2222

2323
### Hardware-optimized tensorflow installation (compiling from source)
2424
Please refer to https://www.tensorflow.org/install/ .

0 commit comments

Comments
 (0)