Skip to content

Commit ce9bbbf

Browse files
pavelzwfacebook-github-bot
authored andcommitted
docs: Mention pixi and conda in installation methods (#398)
Summary: pyrefly is also available on conda-forge: https://prefix.dev/channels/conda-forge/packages/pyrefly, https://github.com/conda-forge/pyrefly-feedstock Pull Request resolved: #398 Reviewed By: rchen152 Differential Revision: D75693787 Pulled By: connernilsen fbshipit-source-id: 1460aac67547404f6ee3e61bf134d50f9f3f598d
1 parent f806019 commit ce9bbbf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

website/docs/installation.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pyrefly is available on [Pypi](https://pypi.org/project/pyrefly/) with a new rel
77

88
## Install
99

10-
You can use `uv`, `poetry`, or `pip` to install the package if you want to experiment with our tool.
10+
You can use `uv`, `poetry`, `pip`, `pixi` or `conda` to install the package if you want to experiment with our tool.
1111

1212
Simply `cd` into your project directory and run:
1313

@@ -36,6 +36,22 @@ pyrefly init
3636
pyrefly check
3737
```
3838

39+
### Using Pixi
40+
41+
```
42+
pixi add pyrefly
43+
pixi run pyrefly init
44+
pixi run pyrefly check
45+
```
46+
47+
### Using Conda
48+
49+
```
50+
conda install -c conda-forge pyrefly
51+
pyrefly init
52+
pyrefly check
53+
```
54+
3955
## Configure
4056

4157
Set up a basic configuration file to type-check your project. You can add configuration options to a `pyproject.toml` file or create a `pyrefly.toml` file in your project directory. All [configuration options are documented here](../configuration).

0 commit comments

Comments
 (0)