Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
those who want to use mamba would understand
  • Loading branch information
zmoon authored Oct 13, 2023
1 parent 92ced6d commit d7e44ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ writing to Parquet with the PyArrow engine with pandas v2.1+.
df.to_parquet("crn_2019_hourly.parquet", engine="pyarrow")
```

Mamba install example:
Conda install example:

```sh
mamba create -n crn -c conda-forge python=3.10 joblib numpy pandas pyyaml requests xarray pyarrow netcdf4
mamba activate crn
conda create -n crn -c conda-forge python=3.10 joblib numpy pandas pyyaml requests xarray pyarrow netcdf4
conda activate crn
pip install --no-deps uscrn
```

Expand Down

0 comments on commit d7e44ea

Please sign in to comment.