Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshrinet committed Sep 28, 2024
1 parent 4287b41 commit 75c5993
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@ principle is available to rationalize crystallization. In this [work](https://do
```


#### Install PyStokes and its dependencies in an [environment](https://github.com/rajeshrinet/pystokes/blob/master/environment.yml) named "pystokes" via [Anaconda](https://docs.conda.io/projects/continuumio-conda/en/latest/user-guide/install/index.html)


```bash
>> git clone https://github.com/rajeshrinet/pystokes.git
>> cd pystokes
>> make env
>> conda activate pystokes
>> make
```

### Via pip

Install the latest [PyPI](https://pypi.org/project/pystokes) version
Expand Down
14 changes: 0 additions & 14 deletions environment.yml

This file was deleted.

46 changes: 0 additions & 46 deletions makefile

This file was deleted.

2 changes: 1 addition & 1 deletion pystokes/wallBounded.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cdef class Rbm:
@cython.nonecheck(False)
@cython.wraparound(False)
cdef class Flow:
cdef readonly double a, eta
cdef readonly double b, eta
cdef readonly int Nt, N


Expand Down

0 comments on commit 75c5993

Please sign in to comment.