Skip to content

Commit

Permalink
Merge pull request #49 from Oxen-AI/update-oxen-lib-0.23.1
Browse files Browse the repository at this point in the history
bump liboxen version 0.23.1
  • Loading branch information
gschoeni authored Dec 10, 2024
2 parents a00b95b + 89f8c5a commit a429ab5
Show file tree
Hide file tree
Showing 20 changed files with 174 additions and 115 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
release/
.oxen
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,15 @@ Set up virtual environment:
# Set up your python virtual environment
$ python -m venv ~/.venv_oxen # could be python3
$ source ~/.venv_oxen/bin/activate
$ pip install maturin
$ pip install -r requirements.txt
```

```Bash
# Install rust
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Run maturin
$ cd oxen
$ maturin develop
```

Expand Down
8 changes: 0 additions & 8 deletions SelfHosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,3 @@ To clone a repository from remote server you can use the URL you provided previo
```bash
$ oxen clone http://<HOST>/MyNamespace/MyRepoName
```

Note: Due to the potential size of data, you can supply the `--shallow` flag so that oxen does not immediately pull all the data. You can then navigate into the directory, and pull the specific branch that you want.

```bash
$ oxen clone http://<HOST>/MyNamespace/MyRepoName --shallow
$ cd MyRepoName
$ oxen pull origin main
```
Loading

0 comments on commit a429ab5

Please sign in to comment.