We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install conda or miniconda or ...
conda config --add channels conda-forge
Add conda-forge to the channel
Create a virtual environment
conda create --channel conda-forge --name cytnx python=3.10 _openmp_mutex=*=*_llvm
Currently, python 3.? to python 3.11 is supported
Activate the virtual environment and install the cytnx package
conda activate cytnx conda install -c kaihsinwu cytnx
Create python virtual environment and upgrade the pip.
python3 -m venv /path/to/new/virtual/environment source /path/to/venv/bin/activate pip install --upgrade pip
Clone the cytnx repository then pip install
git clone https://github.com/Cytnx-dev/Cytnx.git pip install ./Cytnx -vv