Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 518 Bytes

installation.md

File metadata and controls

25 lines (17 loc) · 518 Bytes

Installation

  • Create conda environment

    $ conda create -n scbean python=3.8
    $ conda activate scbean
  • Install scbean from pypi

    $ pip install scbean
  • Install scbean from GitHub source code

    $ git clone https://github.com/jhu99/scbean.git
    $ cd ./scbean/
    $ pip install .

Note: Please make sure your python version >= 3.7. The current release depends on tensorflow with version 2.4.0. Install tenserfolow-gpu if gpu is avialable on the machine.